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