diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:12 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:12 +0000 |
commit | c520396b96bc826ff0f2df8aeead5b76df316e0c (patch) | |
tree | 2a50c91f953cc9518255d07440ff581dbdbe8990 | |
parent | ffd971f33de90a3c6385eb666f23869aa3ae9686 (diff) |
fix-remote-install-for-ext3-only-sd.patch
We're using /boot for kernel now
Signed-off-by: Andy Green <andy@openmoko.com>
-rwxr-xr-x | remote_install_sdcard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_install_sdcard b/remote_install_sdcard index ab72e86e422..1a3a1ed83e2 100755 --- a/remote_install_sdcard +++ b/remote_install_sdcard @@ -13,6 +13,6 @@ GTA_DEVICE_IP=192.168.0.202 # 4) copy your id_*.pub into /home/root/.ssh/authorized_keys # 5) chmod 600 /home/root/.ssh/* -scp uImage.bin root@$GTA_DEVICE_IP:/ +scp uImage.bin root@$GTA_DEVICE_IP:/boot ssh root@$GTA_DEVICE_IP "mount /dev/mmcblk0p1 / -oremount,ro ; reboot -if &" |