X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfish.pod;h=45a2854e21d0e6431d80a13af7d66a64dc923c63;hp=1dc7730eb70b93afeec95681f8c3e25623ad8680;hb=1957e9ed3402120f4868dcea04abb51ceb44df30;hpb=946eec285f634e51b3ea6416a6d7947427c66797 diff --git a/guestfish.pod b/guestfish.pod index 1dc7730..45a2854 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -18,7 +18,7 @@ Create a new C file in a guest: add disk.img run mount /dev/VolGroup00/LogVol00 / - upload new_motd /etc/motd + write_file /etc/motd "Hello users" 0 _EOF_ List the LVs in a guest: @@ -97,6 +97,11 @@ automatically launched. Disable autosync. This is enabled by default. See the discussion of autosync in the L manpage. +=item B<-r> | B<--ro> + +This changes the C<-m> option so that mounts are done read-only +(see C in the L manpage). + =item B<-v> | B<--verbose> Enable very verbose messages. This is particularly useful if you find @@ -233,6 +238,12 @@ same effect as using the B<-v> option. Set the path that guestfish uses to search for kernel and initrd.img. See the discussion of paths in L. +=item LIBGUESTFS_QEMU + +Set the default qemu binary that libguestfs uses. If not set, then +the qemu which was found at compile time by the configure script is +used. + =item HOME If compiled with GNU readline support, then the command history