diff --git a/src/usr/autoboot.c b/src/usr/autoboot.c index b60a702..9dd4541 100644 --- a/src/usr/autoboot.c +++ b/src/usr/autoboot.c @@ -57,6 +57,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define NORMAL "\033[0m" #define BOLD "\033[1m" #define CYAN "\033[36m" +#define BLUE "\033[34m" /** The "scriptlet" setting */ struct setting scriptlet_setting __setting ( SETTING_MISC ) = { @@ -485,6 +486,8 @@ void ipxe ( struct net_device *netdev ) { printf ( NORMAL "\n\n" PRODUCT_NAME "\n" BOLD "iPXE" NORMAL " -- Open Source Network Boot Firmware -- " CYAN "http://ipxe.org" NORMAL "\n" + BOLD "Arch" BLUE "Linux" NORMAL " -- make it simple and lightweight -- " + BOLD BLUE "http://archlinux.org" NORMAL "\n" "Version %s compiled on " __DATE__ ", " __TIME__ "\n" "Features:", product_version ); for_each_table_entry ( feature, FEATURES )