From 113f574e7086f8a7cffd2146ecea224eb1bd5bb1 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Mon, 6 Apr 2020 18:48:30 +0200 Subject: [PATCH] Bugfix for Debian Bullseye Replacing nrg-tools with haveged Signed-off-by: Igor Pecovnik --- lib/configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index f9430d6359..96e7d0f849 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -226,7 +226,7 @@ case $RELEASE in bullseye) DEBOOTSTRAP_COMPONENTS="main" - DEBOOTSTRAP_LIST+=" rng-tools" + DEBOOTSTRAP_LIST+=" haveged" [[ -z $BUILD_MINIMAL || $BUILD_MINIMAL == no ]] && PACKAGE_LIST_RELEASE="man-db kbd net-tools gnupg2 dirmngr networkd-dispatcher command-not-found" PACKAGE_LIST_DESKTOP+=" paprefs dbus-x11 numix-icon-theme" PACKAGE_LIST_DESKTOP_RECOMMENDS+=" firefox-esr system-config-printer-common system-config-printer"