We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a4ff9 commit ddbbcc0Copy full SHA for ddbbcc0
1 file changed
lib/functions/rootfs/distro-agnostic.sh
@@ -432,7 +432,7 @@ function install_distribution_agnostic() {
432
# chroot's /etc/passwd. Clearing it lets getuser fall through to
433
# the awk path (which finds nothing in build mode → mode=build
434
# skips it entirely).
435
- chroot_sdcard "SUDO_USER= DEBIAN_FRONTEND=noninteractive armbian-config --api module_desktops install de=${DESKTOP_ENVIRONMENT} tier=${DESKTOP_TIER:-mid} mode=build"
+ chroot_sdcard "SUDO_USER= DEBIAN_FRONTEND=noninteractive DIALOG=read armbian-config --api module_desktops install de=${DESKTOP_ENVIRONMENT} tier=${DESKTOP_TIER:-mid} mode=build"
436
437
# Disable display managers for first boot — armbian-firstrun
438
# enables the appropriate one after initial setup completes.
0 commit comments