#!/bin/sh
# Local system initialization script
RELEASE="release 1.1a"
COLOR1="\033[1;6m\033[35;40m" # bright magenta on black
COLOR2="\033[1;6m\033[37;40m" # bright white on black
COLOR3="\033[1;6m\033[39;40m"
COLOR_RESET="\033[0m"
rm -f /etc/issue
echo -e $COLOR1"Gentoo"$COLOR2 "Linux"$COLOR_RESET "$RELEASE" "(\l)">>/etc/issue
echo "Kernel $(uname -r) on an $(uname -m)" >> /etc/issue
echo -e $COLOR3"Welcome to the Wired!">>/etc/issue
echo >>/etc/issue
cp -f /etc/issue /etc/issue.net
you can edit and change it to what you want it to say, of coarse. now after you save the new file, as root run rc-update add issue default. everything should work after reboot!
now if somebody could make a cool ansi gentoo logo -- that would be nice







