X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2Fgenerator.ml;h=03638deb35ec650a4a22128a860d040ef616a44d;hb=639ca1828b167bf59353f0cd3c8c79c6289bbd5d;hp=5c2ffebe12d20454abf63f3f329c56137b468113;hpb=574df371a0421b4b83386f43e5095ccea5069e5b;p=libguestfs.git diff --git a/src/generator.ml b/src/generator.ml index 5c2ffeb..03638de 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -5677,6 +5677,29 @@ let prepopts = [ creating a 100MB disk with the VG and LV called /dev/VG/LV, with an ext2 filesystem."); + ("bootroot", + "create a boot and root filesystem", + [ "bootfs", "ext2", "the type of filesystem to use for boot"; + "rootfs", "ext2", "the type of filesystem to use for root"; + "size", "100M", "the size of the disk image"; + "bootsize", "32M", "the size of the boot filesystem"; + "partition", "mbr", "partition table type" ], + " Create a disk with two partitions, for boot and root filesystem. + Format the two filesystems independently. There are several optional + parameters which control the exact layout and filesystem types."); + + ("bootrootlv", + "create a boot and root filesystem using LVM", + [ "name", "/dev/VG/LV", "the name of the VG and LV for root"; + "bootfs", "ext2", "the type of filesystem to use for boot"; + "rootfs", "ext2", "the type of filesystem to use for root"; + "size", "100M", "the size of the disk image"; + "bootsize", "32M", "the size of the boot filesystem"; + "partition", "mbr", "partition table type" ], + " This is the same as 'bootroot' but the root filesystem (only) is + placed on a logical volume, named by default '/dev/VG/LV'. There are + several optional parameters which control the exact layout."); + ] (* Used to memoize the result of pod2text. *)