From 99edfbfb5066c5c283ede2b0b09ab5e39e1402aa Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Fri, 25 Nov 2011 20:37:33 +1100 Subject: [PATCH] HTML is hard, man --- tutorials/debian_on_samsung_galaxy.shtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/debian_on_samsung_galaxy.shtml b/tutorials/debian_on_samsung_galaxy.shtml index 07f657b..746530c 100644 --- a/tutorials/debian_on_samsung_galaxy.shtml +++ b/tutorials/debian_on_samsung_galaxy.shtml @@ -88,8 +88,8 @@ extract it on the phone. I'm going to put it into /data/local/bin/, because that's already in the default $PATH so I don't have to care about it again. -$ mkdir /tmp/cdebootstrap && cd /tmp/cdebootstrap -$ ar x /path/to/cdebootstrap-static_0.5.8+b1_armhf.deb data.tar.gz +$ mkdir /tmp/cdebootstrap && cd /tmp/cdebootstrap
+$ ar x /path/to/cdebootstrap-static_0.5.8+b1_armhf.deb data.tar.gz
$ tar xzOf data.tar.gz ./usr/lib/cdebootstrap/cdebootstrap_0.5.8+b1_armhf.tar.gz | ssh root@$PHONE 'tar xz -C /data/local/bin/'
Obviously, replace $PHONE with the hostname of your phone. @@ -126,9 +126,9 @@ 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 +# 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
-- 2.30.2