forked from pool/libguestfs
16 lines
533 B
Diff
16 lines
533 B
Diff
|
Index: libguestfs-1.32.4/appliance/init
|
||
|
===================================================================
|
||
|
--- libguestfs-1.32.4.orig/appliance/init
|
||
|
+++ libguestfs-1.32.4/appliance/init
|
||
|
@@ -182,7 +182,9 @@ else
|
||
|
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 "before you can examine them. A helper script for that exists:"
|
||
|
+ echo "mount-rootfs-and-chroot.sh /dev/sda2"
|
||
|
+
|
||
|
echo
|
||
|
bash -i
|
||
|
echo
|