summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmutg@debian.org>2024-05-08 13:26:04 +0000
committerHelmut Grohne <helmutg@debian.org>2024-05-08 13:26:04 +0000
commitb208a194e387600952ba6b6bc5263620283f4081 (patch)
treef7b662b2182b90a7075ce13497aadc4f06b751d3
parent2592e99248bf53cf66959ee8a10b83a673432fe8 (diff)
parent0f0196d60dd4777ec722a9bf440961d42e0209e0 (diff)
downloaddebvm-b208a194e387600952ba6b6bc5263620283f4081.tar.gz
Merge branch 'increase-size' into 'main'
debvm-create: Increase default VM size to 2G See merge request helmutg/debvm!43
-rwxr-xr-xbin/debvm-create4
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