adding main/controb/non-free components to the debootsrap

This commit is contained in:
toby 2019-02-08 21:39:04 +00:00
parent ca85ddf8f3
commit 46f60aa6ea
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fi
echo "Installing Debian $RELEASE..."
debootstrap --variant=minbase --include=$INCLUDES,$BOOT_PKG $RELEASE $MNT_DIR $MIRROR || fail "cannot install $RELEASE"
debootstrap --variant=minbase --components=main,contrib,non-free --include=$INCLUDES,$BOOT_PKG $RELEASE $MNT_DIR $MIRROR || fail "cannot install $RELEASE"
echo localhost > $MNT_DIR/etc/hostname