diff options
author | Andrew Cady <d@jerkface.net> | 2018-06-13 17:13:24 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2018-06-13 17:13:53 -0400 |
commit | 3b6e13e10c96b5d7dca88fb2af3a1c662bf62954 (patch) | |
tree | cd7ea849b08ffaf7a062878fe6415e1fb9219b15 | |
parent | 87d9019314d90c13c357628e56ae59196eb16bd8 (diff) |
debootstrap.sh: increase image size to 1.5G
-rwxr-xr-x | debootstrap.sh | 2 |
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 @@ | |||
2 | imgdir=./debootstrap | 2 | imgdir=./debootstrap |
3 | default_sh_command=bash | 3 | default_sh_command=bash |
4 | default_chroot_command=/bin/bash | 4 | default_chroot_command=/bin/bash |
5 | default_image_size=1G # truncate(1) format | 5 | default_image_size=1500M # truncate(1) format |
6 | 6 | ||
7 | warn() { printf 'Warning: %s\n' "$*" >&2; } | 7 | warn() { printf 'Warning: %s\n' "$*" >&2; } |
8 | die() { printf 'Error: %s\n' "$*" >&2; exit 1; } | 8 | die() { printf 'Error: %s\n' "$*" >&2; exit 1; } |