Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:sschapiro:openstack:upstream
libguestfs
0031-fish-Document-equivalence-of-a-add-etc.-in...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0031-fish-Document-equivalence-of-a-add-etc.-in-man-page.patch of Package libguestfs
From 4ae758e263967aab256f014df5f30783e19af712 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones <rjones@redhat.com> Date: Sun, 12 Dec 2010 10:01:30 +0000 Subject: [PATCH 31/72] fish: Document equivalence of -a/add etc. in man page. (cherry picked from commit e6a3770b43383d66f39230510d8ff01083d5c3ac) --- fish/guestfish.pod | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 93699d3..71814cc 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -174,6 +174,10 @@ Add a block device or virtual machine image to the shell. The format of the disk image is auto-detected. To override this and force a particular format use the I<--format=..> option. +Using this flag is mostly equivalent to using the C<add> command, +with C<readonly:true> if the I<--ro> flag was given, and +with C<format:...> if the I<--format:...> flag was given. + =item B<-c URI> =item B<--connect URI> @@ -195,6 +199,10 @@ Add disks from the named libvirt domain. If the I<--ro> option is also used, then any libvirt domain can be used. However in write mode, only libvirt domains which are shut down can be named here. +Using this flag is mostly equivalent to using the C<add-domain> command, +with C<readonly:true> if the I<--ro> flag was given, and +with C<format:...> if the I<--format:...> flag was given. + =item B<-D> =item B<--no-dest-paths> @@ -272,6 +280,10 @@ versions of guestfish. You can still use the old syntax: guestfish [--ro] -i libvirt-domain +Using this flag is mostly equivalent to using the C<inspect-os> +command and then using other commands to mount the filesystems that +were found. + =item B<--keys-from-stdin> Read key or passphrase parameters from stdin. The default is @@ -301,6 +313,9 @@ filesystems and LVs available (see L</list-partitions>, L</list-filesystems> and L</lvs> commands), or you can use the L<virt-filesystems(1)> program. +Using this flag is mostly equivalent to using the C<mount-options> +command or the C<mount-ro> command if the I<--ro> flag was given. + =item B<-n> =item B<--no-sync> -- 1.7.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor