Olaf Hering
076bd583eb
- Update to version 1.32.4 ... to fix build with gperf 3.1 OBS-URL: https://build.opensuse.org/request/show/499659 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=390
14 lines
399 B
Diff
14 lines
399 B
Diff
--- a/appliance/init
|
|
+++ b/appliance/init
|
|
@@ -206,7 +206,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
|
|
run_bash_with_ctty
|
|
echo
|