Skip to content

Commit 95a4ff9

Browse files
committed
cosmetic: display alert before armbian-config desktop install
1 parent 375d510 commit 95a4ff9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/functions/rootfs/distro-agnostic.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@ function install_distribution_agnostic() {
424424
# start/autologin) — no real user exists at image-build time;
425425
# armbian-firstrun creates the first user on first boot.
426426
# See armbian/configng#859.
427+
display_alert "Installing desktop via armbian-config" "${DESKTOP_ENVIRONMENT} tier=${DESKTOP_TIER:-mid}" "info"
428+
427429
# SUDO_USER= unset: host's SUDO_USER leaks into the chroot
428430
# via chroot_sdcard. module_desktop_getuser tries `id $SUDO_USER`
429431
# which fails noisily because the host user doesn't exist in the

0 commit comments

Comments
 (0)