diff options
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 62688eed..fce1b319 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -823,9 +823,13 @@ Remove the single directory C<path>. set-autosync true|false If C<autosync> is true, this enables autosync. Libguestfs will make a -best effort attempt to run C<sync> when the handle is closed +best effort attempt to run C<umount-all> followed by +C<sync> when the handle is closed (also if the program exits without closing handles). +This is disabled by default (except in guestfish where it is +enabled by default). + =head2 set-e2label set-e2label device label |