From 1c925a6faa199567a8e5e9088e47b7e44231f60d Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Wed, 26 Aug 2026 10:00:36 +0200 Subject: [PATCH] Reduce APT verbosity. --- install_debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_debian.sh b/install_debian.sh index d51f5d1..d7de2c0 100755 --- a/install_debian.sh +++ b/install_debian.sh @@ -119,8 +119,8 @@ printf '%s / ext4 errors=remount-ro 0 1\n' "${LOGVOL_ROOT}"\ # set up kernel, initrd msg 'Into chroot environment installing LVM tools, kernel, initrd …' -chroot_sh "apt -qq update" -chroot_sh "apt -qq install -y lvm2 linux-image-amd64" +chroot_sh "apt-get -qq update" +chroot_sh "apt-get -qq install -y lvm2 linux-image-amd64" # install kernel and initrd into EFI tree/vars msg 'EFI setup: copying kernel and initrd into %s …' "${PATH_EFI_BOOT_LABEL}" -- 2.30.2