search for: a0a1925da

Displaying 1 result from an estimated 1 matches for "a0a1925da".

2018 Apr 10
0
[PATCH] fish: Increase default size of prepared disks (-N) to 1G.
...launched. =head2 EXAMPLES -Create a 100MB disk with an ext4-formatted partition, called +Create a 1G disk with an ext4-formatted partition, called F<test1.img> in the current directory: guestfish -N fs:ext4 diff --git a/generator/prepopts.ml b/generator/prepopts.ml index 5a1ba3d88..a0a1925da 100644 --- a/generator/prepopts.ml +++ b/generator/prepopts.ml @@ -27,17 +27,17 @@ type prepopt = string * string * optargs * string let prepopts = [ ("disk", "create a blank disk", - [ "size", "100M", "the size of the disk image" ], - &...