2017-07-19 10:33:56 +00:00
|
|
|
Index: libguestfs-1.36.5/appliance/init
|
|
|
|
===================================================================
|
|
|
|
--- libguestfs-1.36.5.orig/appliance/init
|
|
|
|
+++ libguestfs-1.36.5/appliance/init
|
2017-05-30 12:54:35 +00:00
|
|
|
@@ -206,7 +206,9 @@ else
|
2016-07-21 06:26:49 +00:00
|
|
|
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
|
2017-05-30 12:54:35 +00:00
|
|
|
run_bash_with_ctty
|
2016-07-21 06:26:49 +00:00
|
|
|
echo
|