[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Lilo+graf. Bootmenü



Hi,

> Anleitung? Einen echten grafischen Bootsplash möchte ich nicht,
> lediglich nach Möglichkeit eben die Sache mit dem grünen "done".
> Viele Grüße TS 

Hab mal geschaut, wie Knoppix das macht:


# ANSI COLORS
CRE="
"
NORMAL=""
# RED: Failure or error message
RED=""
# GREEN: Success message
GREEN=""
# YELLOW: Descriptions
YELLOW=""
# BLUE: System messages
BLUE=""
# MAGENTA: Found devices or drivers
MAGENTA=""
# CYAN: Questions
CYAN=""



echo "${BLUE}Blaue Zeile..${NORMAL}"
echo "weitere Zeile / normal"

echo "${RED}Rote Zeile..${NORMAL}"
echo "weitere Zeile / normal"

echo "${YELLOW}Gelbe Zeile..${NORMAL}"
echo "weitere Zeile / normal"

echo "${MAGENTA}Pinke Zeile..${NORMAL}"
echo "weitere Zeile / normal"

echo "${CYAN}Cyanene Zeile..${NORMAL}"
echo "letzte Zeile / normal"




Gruss
Holger


-- 
==================================================================
Created with Sylpheed 0.9.6-claws 
	under Debian GNU LINUX 3.0 Woody.
		Registered LinuxUser #311290
			Spam filtering powered by Spamassassin.org
==================================================================

Attachment: ansi-codes
Description: Binary data


Reply to: