X-Git-Url: http://git.steven-mcdonald.id.au/?p=www.git;a=blobdiff_plain;f=tutorials%2Fdebian_on_samsung_galaxy.shtml;fp=tutorials%2Fdebian_on_samsung_galaxy.shtml;h=1464bb8d919bfe5038944fb1cf6fae39a4b8ce19;hp=689d279d5a6dc8dd5da78ded6bfc4e0974007b1f;hb=9d712ee1ee65a99f63bd21e761006e078592875a;hpb=9af2c55ec26d3a1f270276ff74933381312ba017 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