From: Richard Jones Date: Fri, 26 Mar 2010 20:02:10 +0000 (+0000) Subject: rescue: Sync disk on exit, and improve messaging. X-Git-Tag: 1.0.88~2 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=cd551619947d5f1683bca3581da1e35abcad47c2 rescue: Sync disk on exit, and improve messaging. --- diff --git a/appliance/init b/appliance/init index fe01e00..a3f4784 100755 --- a/appliance/init +++ b/appliance/init @@ -82,10 +82,19 @@ TERM=linux ;# XXX library should pass this from library's environment PS1='> ' export TERM PS1 echo +echo "------------------------------------------------------------" +echo echo "Welcome to virt-rescue, the libguestfs rescue shell." echo echo "Note: The contents of / are the rescue appliance." echo "You have to mount the guest's partitions under /sysroot" echo "before you can examine them." echo -exec bash -i +bash -i +echo +echo "virt-rescue: Syncing the disk now before exiting ..." +echo "(Don't worry if you see a 'Kernel panic' message below)" +echo +sync +sleep 1 +sync