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