summaryrefslogtreecommitdiff
path: root/debootstrap.sh
diff options
context:
space:
mode:
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; }