<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to WheezyPage</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/</link><description>Recent changes to WheezyPage</description><atom:link href="https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 25 Nov 2015 20:41:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/feed" rel="self" type="application/rss+xml"/><item><title>WheezyPage modified by Olivier</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -22,7 +22,7 @@

 connection to handheld
-share the internet connection
+share the internet connection [sharePage]
 apt-get update
 apt-get upgrade

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier</dc:creator><pubDate>Wed, 25 Nov 2015 20:41:15 -0000</pubDate><guid>https://sourceforge.net497be9417a68ea7428c3d10dc3ec86d470c672f0</guid></item><item><title>WheezyPage modified by Olivier</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -31,3 +31,8 @@
 modify the /etc/environement file with for example 
 LC_ALL=fr_FR@euro
 LANG=fr_FR@euro
+
+
+adduser jdoe
+
+apt-get  install xorg task-lxde-desktop
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier</dc:creator><pubDate>Tue, 24 Nov 2015 22:10:58 -0000</pubDate><guid>https://sourceforge.net7b9cddf55e98a7319e1d5841a47ca1a85534c567</guid></item><item><title>WheezyPage modified by Olivier</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-Create minbase rootfs and configure in chroot:
+Create minbase rootfs and configure in chroot: (under root/sudo))

 apt-get install binfmt-support qemu qemu-user-static debootstrap
 mkdir ./newrootfs 
@@ -6,12 +6,28 @@
 cp /usr/bin/qemu-arm-static ./newrootfs/usr/bin/ 
 chroot ./newrootfs /debootstrap/debootstrap --second-stage

-Modify the files /etc/apt/sources.list   in the directory newrootfs
+chroot ./newrootfs apt-get install openssh-server
+chroot ./newrootfs apt-get install dnsmasq

-sudo chroot newrootfs  /bin/sh
-apt-get install openssh-server
+Modify the files below in the directory newrootfs
+/etc/apt/sources.list 
+/etc/network/interface
+/etc/default/dnsmasq
+/etc/dns/masq
+/etc/fstab

 cd newrootfs
 sudo tar -cpvzf ../rootfs.tar.gz *

+
+connection to handheld
+share the internet connection
+apt-get update
+apt-get upgrade
+
+apt-get locales
+dpkg-reconfigure locales with for example fr_FR.UTF-8 UTF-8
+modify the /etc/environement file with for example 
+LC_ALL=fr_FR@euro
+LANG=fr_FR@euro
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier</dc:creator><pubDate>Tue, 24 Nov 2015 22:05:49 -0000</pubDate><guid>https://sourceforge.net996c20afd0eea8c208e0d64a71328dfef626d3a5</guid></item><item><title>WheezyPage modified by Olivier</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -9,3 +9,9 @@
 Modify the files /etc/apt/sources.list   in the directory newrootfs

 sudo chroot newrootfs  /bin/sh
+apt-get install openssh-server
+
+
+cd newrootfs
+sudo tar -cpvzf ../rootfs.tar.gz *
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier</dc:creator><pubDate>Sun, 22 Nov 2015 23:03:55 -0000</pubDate><guid>https://sourceforge.net48354b6f3ac2dc45e1d60d5d736207a5b32ca0c5</guid></item><item><title>WheezyPage modified by Olivier</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -5,3 +5,7 @@
 /usr/sbin/debootstrap --arch armel --foreign wheezy ./newrootfs http://ftp.de.debian.org/debian
 cp /usr/bin/qemu-arm-static ./newrootfs/usr/bin/ 
 chroot ./newrootfs /debootstrap/debootstrap --second-stage
+
+Modify the files /etc/apt/sources.list   in the directory newrootfs
+
+sudo chroot newrootfs  /bin/sh
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier</dc:creator><pubDate>Sun, 22 Nov 2015 22:14:47 -0000</pubDate><guid>https://sourceforge.net735366022f53227300decad5b8b4836175b1c295</guid></item><item><title>WheezyPage modified by Olivier</title><link>https://sourceforge.net/p/linuxhtcathena/wiki/WheezyPage/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Create minbase rootfs and configure in chroot:&lt;/p&gt;
&lt;p&gt;apt-get install binfmt-support qemu qemu-user-static debootstrap&lt;br/&gt;
mkdir ./newrootfs &lt;br/&gt;
/usr/sbin/debootstrap --arch armel --foreign wheezy ./newrootfs &lt;a href="http://ftp.de.debian.org/debian" rel="nofollow"&gt;http://ftp.de.debian.org/debian&lt;/a&gt;&lt;br/&gt;
cp /usr/bin/qemu-arm-static ./newrootfs/usr/bin/ &lt;br/&gt;
chroot ./newrootfs /debootstrap/debootstrap --second-stage&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Olivier</dc:creator><pubDate>Sun, 22 Nov 2015 21:13:52 -0000</pubDate><guid>https://sourceforge.net412035925f0ccf2585e90401bf5b7645f4d6ba21</guid></item></channel></rss>