X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=940879729f5532ead9eabc0ab8b67565d5f52afa;hb=20100e23bcdbf744b2e0e3c6c6f4a041e5daa73c;hp=26dc64e41cab4718788cc528c20a0ed044d86d8d;hpb=13d8963d8c0203e1f72c519e5acf79ebf7cccb4c;p=libguestfs.git diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 26dc64e..9408797 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -791,6 +791,10 @@ Currently defined distros are: Arch Linux. +=item \"centos\" + +CentOS. + =item \"debian\" Debian. @@ -825,7 +829,11 @@ Some Red Hat-derived distro. =item \"rhel\" -Red Hat Enterprise Linux and some derivatives. +Red Hat Enterprise Linux. + +=item \"scientificlinux\" + +Scientific Linux. =item \"slackware\" @@ -2957,10 +2965,9 @@ Checking or repairing NTFS volumes is not supported This command is entirely equivalent to running C."); ("zero", (RErr, [Device "device"], []), 85, [Progress], - [InitBasicFS, Always, TestOutput ( + [InitBasicFS, Always, TestRun ( [["umount"; "/dev/sda1"]; - ["zero"; "/dev/sda1"]; - ["file"; "/dev/sda1"]], "data")], + ["zero"; "/dev/sda1"]])], "write zeroes to the device", "\ This command writes zeroes over the first few blocks of C.