From 5fe5e1db1f32139ad400239605b38eaa15b52b67 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 24 Jan 2008 00:01:44 +0000 Subject: [PATCH] --- viciinst-boot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/viciinst-boot.sh b/viciinst-boot.sh index 15eb9e192..0d9d98907 100755 --- a/viciinst-boot.sh +++ b/viciinst-boot.sh @@ -4,8 +4,10 @@ make install INSTALL_PATH=inst make modules_install INSTALL_MOD_PATH=inst tar cfz inst.tar.gz inst scp inst.tar.gz root@$1:/tmp +echo "Expanding and installing..." ssh root@$1 "cd /tmp;tar xvfz inst.tar.gz" ssh root@$1 "cp -R /tmp/inst/lib/* /lib/" ssh root@$1 "rm -fR /tmp/inst/lib; mv /tmp/inst/* /boot" +echo "Rebooting in 5 seconds..." sleep 5 ssh root@$1 reboot -- 2.47.0