[PLUTO-help] caricare moduli all'avvio
Rex Sanna
rex.sanna a gmail.com
Ven 11 Dic 2009 14:06:42 CET
> Crei uno script batch che fa un if su "uname -r" ed esegue il resto
> delle istruzioni solo se il kernel avviato e' quello giusto.
> Questo batch (/usr/bin/pippo) lo richiami da rc.local...
> -- Savino Sasso
(R)oot [~] : cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
if [ `uname -r` == "2.6.26" ] ; then
. /usr/bin/pluto
fi
exit 0
===
Cosi' non ci dite che Rex ed Exameron.. :)
(Verba volant.. Scripta idem?)
--
Coltiva GNU/LINUX.. Tanto Windows si pianta da solo..
More information about the pluto-help
mailing list