diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-15 23:54:51 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-15 23:54:51 +0100 |
commit | 05712b2457a44ee0f0020eced77db03c2aa419a1 (patch) | |
tree | ef1c0831f9215a61223221d068470aeab5bc1ab7 /guestfish.pod | |
parent | 54a6c3212ce1f942979639d2f2bd726414fff7c2 (diff) | |
download | libguestfs-05712b2457a44ee0f0020eced77db03c2aa419a1.tar.gz libguestfs-05712b2457a44ee0f0020eced77db03c2aa419a1.tar.xz libguestfs-05712b2457a44ee0f0020eced77db03c2aa419a1.zip |
'guestfish edit' commands and several bugfixes.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guestfish.pod b/guestfish.pod index 1dc7730e..f2e45913 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -18,7 +18,7 @@ Create a new C</etc/motd> 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: |