Commit 346645ef by Daniel Baumann Committed by Daniel Lezcano

Correcting include argument when calling debootstrap.

parent 0b2fa08e
...@@ -121,7 +121,7 @@ openssh-server ...@@ -121,7 +121,7 @@ openssh-server
# download a mini debian into a cache # download a mini debian into a cache
echo "Downloading debian minimal ..." echo "Downloading debian minimal ..."
debootstrap --verbose --variant=minbase --arch=$arch \ debootstrap --verbose --variant=minbase --arch=$arch \
--include $packages \ --include=$packages \
"$SUITE" "$cache/partial-$SUITE-$arch" $MIRROR "$SUITE" "$cache/partial-$SUITE-$arch" $MIRROR
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Failed to download the rootfs, aborting." echo "Failed to download the rootfs, aborting."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment