From: Steven McDonald Date: Sat, 26 Nov 2011 05:22:07 +0000 (+1100) Subject: FFFFFFFFFFFF- X-Git-Url: http://git.steven-mcdonald.id.au/?p=www.git;a=commitdiff_plain;h=9d712ee1ee65a99f63bd21e761006e078592875a FFFFFFFFFFFF- --- diff --git a/tutorials/debian_on_samsung_galaxy.shtml b/tutorials/debian_on_samsung_galaxy.shtml index 689d279..1464bb8 100644 --- a/tutorials/debian_on_samsung_galaxy.shtml +++ b/tutorials/debian_on_samsung_galaxy.shtml @@ -164,7 +164,7 @@ So, ssh to your phone, and run the following commands: # dd if=/dev/zero of=/mnt/sdcard/debian.img bs=1024 count=2000000
# mke2fs -Fj /mnt/sdcard/debian.img
# mkdir /debian
-# 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
# for fs in /dev /proc /sys; do mount -o bind "$fs" "/debian$fs"; done