From 46f60aa6ea4d15ca42f1c51085d1acdc801d2f14 Mon Sep 17 00:00:00 2001 From: toby Date: Fri, 8 Feb 2019 21:39:04 +0000 Subject: [PATCH] adding main/controb/non-free components to the debootsrap --- create_pxeinitrd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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