summaryrefslogtreecommitdiff
path: root/debootstrap.sh
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2018-06-13 17:13:24 -0400
committerAndrew Cady <d@jerkface.net>2018-06-13 17:13:53 -0400
commit3b6e13e10c96b5d7dca88fb2af3a1c662bf62954 (patch)
treecd7ea849b08ffaf7a062878fe6415e1fb9219b15 /debootstrap.sh
parent87d9019314d90c13c357628e56ae59196eb16bd8 (diff)
debootstrap.sh: increase image size to 1.5G
Diffstat (limited to 'debootstrap.sh')
-rwxr-xr-xdebootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap.sh b/debootstrap.sh
index 736d608..0971c0c 100755
--- a/debootstrap.sh
+++ b/debootstrap.sh
@@ -2,7 +2,7 @@
2imgdir=./debootstrap 2imgdir=./debootstrap
3default_sh_command=bash 3default_sh_command=bash
4default_chroot_command=/bin/bash 4default_chroot_command=/bin/bash
5default_image_size=1G # truncate(1) format 5default_image_size=1500M # truncate(1) format
6 6
7warn() { printf 'Warning: %s\n' "$*" >&2; } 7warn() { printf 'Warning: %s\n' "$*" >&2; }
8die() { printf 'Error: %s\n' "$*" >&2; exit 1; } 8die() { printf 'Error: %s\n' "$*" >&2; exit 1; }