forked from pool/libguestfs
00633d2893
- appliance fixes (fate#316274): * re-add helper script mount-rootfs-and-chroot.sh for virt-rescue * make guestfs-data a requirement of guestfs-tools OBS-URL: https://build.opensuse.org/request/show/412484 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=369
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
|