aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdi-maker7
1 files changed, 3 insertions, 4 deletions
diff --git a/di-maker b/di-maker
index 7c979d0..5e377d8 100755
--- a/di-maker
+++ b/di-maker
@@ -16,10 +16,6 @@ set -e
output="$1"
-# remaining arguments should be files to re-pack into the initrd
-shift
-
-
SUITE=${SUITE:-stable}
ARCH=${ARCH:-amd64}
DISTRO=${DISTRO:-debian}
@@ -29,6 +25,9 @@ if [ -z "$output" ] ; then
exit 1
fi
+# remaining arguments should be files to re-pack into the initrd
+shift
+
WORKDIR=$(mktemp -d)
cleanup() {