- clear screen on boot
This commit is contained in:
Stephan Raue 2010-04-28 00:14:20 +02:00
parent 81faecee08
commit 917ed6e7ac

View File

@ -1,5 +1,7 @@
#!/bin/sh -l
clear
# starting init scripts for wanted runlevel
progress "Starting Init Scripts"
RET=0