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 375d510 commit 95a4ff9Copy full SHA for 95a4ff9
1 file changed
lib/functions/rootfs/distro-agnostic.sh
@@ -424,6 +424,8 @@ function install_distribution_agnostic() {
424
# start/autologin) — no real user exists at image-build time;
425
# armbian-firstrun creates the first user on first boot.
426
# See armbian/configng#859.
427
+ display_alert "Installing desktop via armbian-config" "${DESKTOP_ENVIRONMENT} tier=${DESKTOP_TIER:-mid}" "info"
428
+
429
# SUDO_USER= unset: host's SUDO_USER leaks into the chroot
430
# via chroot_sdcard. module_desktop_getuser tries `id $SUDO_USER`
431
# which fails noisily because the host user doesn't exist in the
0 commit comments