Browse Source

runit: no more crow pretending to be penguin.

user/amery/next/uclibc
Nagy Karoly Gabriel 13 years ago
parent
commit
7fa55cc192
  1. 2
      base/runit/runit.conf

2
base/runit/runit.conf

@ -59,7 +59,7 @@ if [ "$SDECFG_INIT" == "runit" ]; then
if [ "$i" == "console" -o "$i" == "vc/1" ]; then
agettyargs='-L -i -I '"'"'\012\015\012Maintenance Console:\012'"'"
else
agettyargs='-f /etc/issue.ansi'
agettyargs='-f /etc/issue'
fi
cat << EOT > $root/$sysconfdir/getty-${i#vc/}/run
#!/bin/sh

Loading…
Cancel
Save