FFFFFFFFFFFF-
authorSteven McDonald <steven@steven-mcdonald.id.au>
Sat, 26 Nov 2011 05:22:07 +0000 (16:22 +1100)
committerSteven McDonald <steven@steven-mcdonald.id.au>
Sat, 26 Nov 2011 05:22:07 +0000 (16:22 +1100)
tutorials/debian_on_samsung_galaxy.shtml

index 689d279d5a6dc8dd5da78ded6bfc4e0974007b1f..1464bb8d919bfe5038944fb1cf6fae39a4b8ce19 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>