psss / rpms / libguestfs

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