mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-22 23:36:40 +07:00
util: add Arch welcome message
Arch has no release name, so juts prints 'Welcome to Arch Linux!'. The color is the same as used by Arch's native rc.sysinit.
This commit is contained in:
parent
5a6225fd2e
commit
17dbb83dee
@ -2859,6 +2859,8 @@ void status_welcome(void) {
|
||||
status_printf("Welcome to Debian \x1B[1;31m%s\x1B[0m!\n", r); /* Light Red for Debian */
|
||||
|
||||
free(r);
|
||||
#elif defined(TARGET_ARCH)
|
||||
status_printf("Welcome to \x1B[1;36mArch Linux\x1B[0m!\n"); /* Cyan for Arch */
|
||||
#else
|
||||
#warning "You probably should add a welcome text logic here."
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user