mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
12
config/install/rc
Normal file
12
config/install/rc
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/ash
|
||||
echo "Mounting proc"
|
||||
mount /proc
|
||||
|
||||
echo "Starting syslogd"
|
||||
syslogd -L -O /dev/tty2
|
||||
|
||||
echo "Silencing kernel"
|
||||
echo >/proc/sys/kernel/printk "1 4 1 7"
|
||||
|
||||
echo "Disabling screen blanking"
|
||||
echo -n -e "\033[9;0]"
|
||||
Reference in New Issue
Block a user