git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4680c73
)
In guestfs(3), unmount "/" directory in the example.
author
Richard Jones
<rjones@redhat.com>
Sat, 17 Apr 2010 15:24:03 +0000
(16:24 +0100)
committer
Richard Jones
<rjones@redhat.com>
Sat, 17 Apr 2010 15:24:03 +0000
(16:24 +0100)
src/guestfs.pod
patch
|
blob
|
history
diff --git
a/src/guestfs.pod
b/src/guestfs.pod
index
a566b71
..
3046688
100644
(file)
--- a/
src/guestfs.pod
+++ b/
src/guestfs.pod
@@
-13,6
+13,7
@@
guestfs - Library for accessing and modifying virtual machine images
guestfs_launch (handle);
guestfs_mount (handle, "/dev/sda1", "/");
guestfs_touch (handle, "/hello");
+ guestfs_umount (handle, "/");
guestfs_sync (handle);
guestfs_close (handle);