#!/bin/sh

# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

if [ -f /etc/redhat-release ]; then
    R=$(cat /etc/redhat-release)

    arch=$(uname -m)
    a="a"
    case "_$arch" in
	    _a*) a="tu";;
	    _i*) a="tu";;
    esac

    # This will overwrite /etc/issue at every boot.  So, make any changes you
    # want to make to /etc/issue here or you will lose them when you reboot.
#----inicio modificacin----------
    # echo "" > /etc/issue
    # SUPRIMES LA LINEA DE ARRIBA.

    cp -f /etc/mi.issue /etc/issue
    # COPIAS EL FICHERO CON TU CONFIGURACIN
#----fin modificacin-------------

    echo "$R" >> /etc/issue
    echo "Kernel $(uname -r) en $a $(uname -m)" >> /etc/issue

    cp -f /etc/issue /etc/issue.net
    echo >> /etc/issue
fi
setfont lat1u-16.psf
