diff options
-rwxr-xr-x | di-maker | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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() { |