adding main/controb/non-free components to the debootsrap
This commit is contained in:
parent
ca85ddf8f3
commit
46f60aa6ea
|
@ -46,7 +46,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
echo "Installing Debian $RELEASE..."
|
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
|
echo localhost > $MNT_DIR/etc/hostname
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue