From 35f96f0b0c9a3f05b16160338b1a118e2e7862ea Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 24 Mar 2017 22:51:06 +0000 Subject: [PATCH 08/10] rescue: docs: It is no longer necessary to mount filesystems by hand. Fix the manual page to reflect the new -i option. Fixes commit 33d2ae796119ae5dd38e2afcbf1ba4216bd99846. (cherry picked from commit c38b48409e067ba973d02bb10273350aa31b558e) --- rescue/virt-rescue.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rescue/virt-rescue.pod b/rescue/virt-rescue.pod index bd6f954e9..dfa74e204 100644 --- a/rescue/virt-rescue.pod +++ b/rescue/virt-rescue.pod @@ -35,9 +35,9 @@ For live VMs you I use the I<--ro> option. When you run virt-rescue on a virtual machine or disk image, you are placed in an interactive bash shell where you can use many ordinary Linux commands. What you see in F (F, F etc) is the -rescue appliance. You must mount the virtual machine's filesystems by -hand. There is an empty directory called F where you can -mount filesystems. +rescue appliance. You must mount the virtual machine's filesystems. +There is an empty directory called F where you can mount +filesystems. To automatically mount the virtual machine's filesystems under F use the I<-i> option. This uses libguestfs inspection to -- 2.13.2