Make debconf script more verbose

This commit is contained in:
rockstable 2022-12-11 15:03:10 +01:00
parent 2d48add122
commit 49d6ada236
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
SELECTIONS="$(cat "$FAI/debconf/HW4F_DESKTOP")"
echo -e "Setting selections:\n$SELECTIONS"
$ROOTCMD debconf-set-selections <<< "$SELECTIONS"
$ROOTCMD debconf-set-selections -v <<< "$SELECTIONS"
PACKAGES="$(awk '{print $1}' <<< "$SELECTIONS" | sort -u)"
for PACKAGE in $PACKAGES; do