]> git.ipfire.org Git - thirdparty/systemd.git/commit
firstboot,sysinstall,hostnamed: always show FANCY_NAME=
authorLennart Poettering <lennart@amutable.com>
Wed, 6 May 2026 14:13:12 +0000 (16:13 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 11 May 2026 23:07:42 +0000 (00:07 +0100)
commit324fab7ed665df0a2e3395b75c7b88f33805ccb8
treee80573ab631cb51a51626f4b725b77cad1f9af44
parentd0168f4db613610b674dcf41afababde57b8d56b
firstboot,sysinstall,hostnamed: always show FANCY_NAME=

This makes sure that whenever we want to show the OS name we can show
the fancy name. Thus this moves the escaping/validation of the fancy
name out of hostnamed into generic code, and then makes use of it in
sysinstall,firstboot,prompt-util.
src/basic/os-util.c
src/basic/os-util.h
src/firstboot/firstboot.c
src/hostname/hostnamectl.c
src/hostname/hostnamed.c
src/shared/prompt-util.c
src/sysinstall/sysinstall.c