LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   linux-logo try running before login (https://www.linuxquestions.org/questions/linux-software-2/linux-logo-try-running-before-login-57203/)

nakkaya 04-28-2003 04:23 PM

linux-logo try running before login
 
i am trying to run linux-logo before the login screen i add this to the
/etc/rc.d/rc.local file but that doesnt work

if [ -f /usr/local/bin/linux_logo ]; then
echo "" > /etc/issue
/usr/local/bin/linux_logo -t "$R" >> /etc/issue
/usr/local/bin/linux_logo -a -t "$R" > /etc/issue.net
echo >> /etc/issue
fi

how can i do this?

onurb 04-28-2003 04:37 PM

I might be wrong, but I always thought that rc.local was loaded after runlevel 5. ( rc.d5 )

Bruno

nakkaya 04-28-2003 04:38 PM

it loads after everything else is loaded at least this is what i found so far.

onurb 04-28-2003 04:44 PM

Well, how could you run the Linux logo before then, if you put it in rc.local ?
Try to make a script, and put a link in rc.d3 or 5 with the letter S ( from start ) and a number before the name of the link. ( just guessing ! )

Bruno

PS sorry you made the scipt already :)


All times are GMT -5. The time now is 03:42 AM.