----------------------------------------------------------------------
-guestfs rescue shell
-
-Have a kernel command line option to enable a rescue shell
-from guestfsd.
-
-----------------------------------------------------------------------
-
PPC problems:
ppc (32 bit) works with qemu from git, however there is no serial console
/sbin/route add default gw 10.0.2.2
lvm vgscan --ignorelockingfailure
lvm vgchange -ay --ignorelockingfailure
+if grep -sq guestfs_rescue=1 /proc/cmdline; then
+ bash -i
+fi
exec guestfsd -f
__EOF__