search for: swapit

Displaying 2 results from an estimated 2 matches for "swapit".

Did you mean: swait
2009 Aug 05
1
[PATCH] Fix swapon_label test
...rator.ml b/src/generator.ml index 9ef99bd..fe538a6 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3254,7 +3254,9 @@ This command disables the libguestfs appliance swap on file."); [["sfdiskM"; "/dev/sdb"; ","]; ["mkswap_L"; "swapit"; "/dev/sdb1"]; ["swapon_label"; "swapit"]; - ["swapoff_label"; "swapit"]])], + ["swapoff_label"; "swapit"]; + ["scrub_device"; "/dev/sdb"]; + ["blockdev_rereadpt&quot...
2017 Feb 18
8
[PATCH 0/6] generator: Split up generator/actions.ml
Split up the huge generator/actions.ml into several smaller files. Rich.