Results 1 to 7 of 7
is there a way so when i log on it doesnt tellme what scripts are running etc? like instead of th huge list that happens id like it to just ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-17-2008 #1
starting scripts
is there a way so when i log on it doesnt tellme what scripts are running etc? like instead of th huge list that happens id like it to just say
"Haha. You can't see my scripts!"please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-17-2008 #2Code:
echo "echo \"haha you can't see my scripts"\" >> /etc/rc.d/rc.local
But you probably mean a bootsplash
I never tried it.Can't tell an OS by it's GUI
- 02-17-2008 #3
bootsplash confused me, but wont the cose you posted just say that after all the scripts are shown?
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-18-2008 #4
to my understanding, if i want no scri[pt messages to show up,i must change every
toCode:echo "whatever"
right?Code:echo " "
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-18-2008 #5
Well yeah, but you could also comment out the echo lines, or delete then all together. But then you would also need to redirect all output of the commands actually running to /dev/null or you would still have 95% of your output coming to the screen. Don't.
Shouldn't your question have been 'how do I get a bootsplash'?
It's easier if you phrase your question in terms of what you _do_ want instead of what you don't want.
If you want to stare at a black screen until login...
... it can be done.
Splashy
Can't tell an OS by it's GUI
- 02-18-2008 #6
I want it to be an almost black screen i want it to be black except "whatever message I want here"
please click my minicity!
or its industry more or even its roads
Everyone is immortal until the day they die.
Registered Linux user #462038
- 02-19-2008 #7Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Well, most of that stuff in the beginning is kernel messages, and as far as I know there's no wait to redirect that! Splashy and Bootsplash can probably help you, but you'll need to learn to make the screens yourself since I've never seen one that is just blank with a custom message.
"Today you are freer than ever to do what you want, provided you can pay for it!" --Bad Religion


Reply With Quote
