e7da7e37ad
- Fix python binding for python3 add patches: * 9d25b4e5-python-add-simple-wrappers-for-PyObject-string-funct.patch * f3f99a09-python-use-right-func-when-PyString_FromStringAndSiz.patch - Better fix for SUSE distro detection using ID_LIKE as fallback: * use-idlike.patch OBS-URL: https://build.opensuse.org/request/show/520153 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=401
16 lines
544 B
Diff
16 lines
544 B
Diff
Index: libguestfs-1.36.5/appliance/init
|
|
===================================================================
|
|
--- libguestfs-1.36.5.orig/appliance/init
|
|
+++ libguestfs-1.36.5/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
|