X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=viciinst-boot.sh;h=0d9d989074020e94a6ad98a2b2c140061dfb8585;hb=refs%2Fheads%2Ftrellis-sapan;hp=15eb9e1929a48e53f140f35bb7522ce3fdee4d85;hpb=785a13c6ab657433f458a75ebfae95b8bdc3f204;p=linux-2.6.git 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