From 3b6e13e10c96b5d7dca88fb2af3a1c662bf62954 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Wed, 13 Jun 2018 17:13:24 -0400 Subject: debootstrap.sh: increase image size to 1.5G --- debootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debootstrap.sh') diff --git a/debootstrap.sh b/debootstrap.sh index 736d608..0971c0c 100755 --- a/debootstrap.sh +++ b/debootstrap.sh @@ -2,7 +2,7 @@ imgdir=./debootstrap default_sh_command=bash default_chroot_command=/bin/bash -default_image_size=1G # truncate(1) format +default_image_size=1500M # truncate(1) format warn() { printf 'Warning: %s\n' "$*" >&2; } die() { printf 'Error: %s\n' "$*" >&2; exit 1; } -- cgit v1.2.3