diff --git a/create_pxeinitrd.sh b/create_pxeinitrd.sh index 8befd6f..022bdc7 100755 --- a/create_pxeinitrd.sh +++ b/create_pxeinitrd.sh @@ -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