diff options
Diffstat (limited to 'bin/debvm-create')
-rwxr-xr-x | bin/debvm-create | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/debvm-create b/bin/debvm-create index 7b1ca3d..526fc89 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -119,7 +119,7 @@ Without the hook, dependencies will pull the B<usrmerge> package as needed, whic Specify the minimum image size as an integer and optional unit (example: 10K is 10*1024). Units are K,M,G,T (powers of 1024). The resulting image will be grown as a sparse file to this size if necessary. -The default is 1 GB. +The default is 2 GB. =item B<--> I<mmdebstrap options> @@ -176,7 +176,7 @@ set -u ARCHITECTURE= IMAGE=rootfs.ext4 INITSYSTEM=systemd -SIZE=1G +SIZE=2G SKIP=, SSHKEY= SUITE=unstable |