Update contact information
[www.git] / tutorials / debian_on_samsung_galaxy.shtml
index 689d279d5a6dc8dd5da78ded6bfc4e0974007b1f..885d7e5bee6cfd925f87c43738fa5e9c544099a6 100644 (file)
@@ -164,7 +164,7 @@ So, <tt>ssh</tt> to your phone, and run the following commands:
 # dd if=/dev/zero of=/mnt/sdcard/debian.img bs=1024 count=2000000<br>
 # mke2fs -Fj /mnt/sdcard/debian.img<br>
 # mkdir /debian<br>
-# mount -t ext3 -o noatime,errors=remount-ro /mnt/sdcard/debian.img /debian
+# mount -t ext3 -o noatime,errors=remount-ro /mnt/sdcard/debian.img /debian<br>
 # for fs in /dev /proc /sys; do mount -o bind "$fs" "/debian$fs"; done
 </code>
 
@@ -314,6 +314,16 @@ For usage information, please refer to the <tt>README</tt> in that git
 repository.
 </p>
 
+<h2>Security considerations</h2>
+
+<p>
+Doing everything as root is less than desirable; however, Android seems
+to have prevented ordinary users from doing things such as resolving
+hostnames. When I have time, I'd certainly like to fix this properly, but
+for now, it seems a Debian chroot on Android must be used as root in
+order to be useful.
+</p>
+
 </div>
 
 <!--#include virtual="/footer.shtml"-->