mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
sparsify: Advertize in --machine-readable that we support --check-tmpdir option.
This lets programs add the --check-tmpdir=[ignore|continue|fail]
option to avoid interactivity.
This fixes commit 7c463ac477.
This commit is contained in:
@@ -125,6 +125,7 @@ read the man page virt-sparsify(1).
|
||||
printf "virt-sparsify\n";
|
||||
printf "linux-swap\n";
|
||||
printf "zero\n";
|
||||
printf "check-tmpdir\n";
|
||||
let g = new G.guestfs () in
|
||||
g#add_drive "/dev/null";
|
||||
g#launch ();
|
||||
|
||||
Reference in New Issue
Block a user