mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
rescue: docs: It is no longer necessary to mount filesystems by hand.
Fix the manual page to reflect the new -i option.
Fixes commit 33d2ae7961.
This commit is contained in:
@@ -35,9 +35,9 @@ For live VMs you I<must> 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</bin>, F</lib> etc) is the
|
||||
rescue appliance. You must mount the virtual machine's filesystems by
|
||||
hand. There is an empty directory called F</sysroot> where you can
|
||||
mount filesystems.
|
||||
rescue appliance. You must mount the virtual machine's filesystems.
|
||||
There is an empty directory called F</sysroot> where you can mount
|
||||
filesystems.
|
||||
|
||||
To automatically mount the virtual machine's filesystems under
|
||||
F</sysroot> use the I<-i> option. This uses libguestfs inspection to
|
||||
|
||||
Reference in New Issue
Block a user