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"