Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to clear screen after boot

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
20enniporcelle
Posts: 2
Joined: 2005-08-02 11:19

How to clear screen after boot

#1 Post by 20enniporcelle »

Hello, at the end of the boot most linux distro clear the screen before login prompt.
Can someone help me to find right command to add at the end of the boot process?

Thanks in advance. :)

User avatar
dawgie
Posts: 430
Joined: 2004-06-16 21:30
Location: New Hampshire USA

Re: How to clear screen after boot

#2 Post by dawgie »

20enniporcelle wrote:Hello, at the end of the boot most linux distro clear the screen before login prompt.
Can someone help me to find right command to add at the end of the boot process?

Thanks in advance. :)
You can try this as root:

# cd /etc
# cp issue issue.old
# clear > issue
# cat issue.old >> issue


This will insert the insert the escape code to clear the screen in the issue file.

-Bob

Guest

#3 Post by Guest »

Thanks a lot...it work!!!

That's a strange trick, thank you! :D

Bye, 20enni.

20enniporcelle
Posts: 2
Joined: 2005-08-02 11:19

#4 Post by 20enniporcelle »

Oops...forget to login, before was me.

Thanks, 20enni. :)

Post Reply