From 9d712ee1ee65a99f63bd21e761006e078592875a Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Sat, 26 Nov 2011 16:22:07 +1100 Subject: [PATCH] FFFFFFFFFFFF- --- tutorials/debian_on_samsung_galaxy.shtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2