diff options
author | James Meyer <james.meyer@operamail.com> | 2010-09-26 01:12:31 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-09-26 01:12:31 (GMT) |
commit | 3a0e257f6d84b473151464699f6ea17d9b350d4c (patch) | |
tree | ea0d04783f3cc50c5a30db207388bbf639e70e6a /abs/core-testing/runit-scripts/runitscripts/1 | |
parent | 51b45f3affe52c67253a5adbaf5c15e6b7a61889 (diff) | |
download | linhes_pkgbuild-3a0e257f6d84b473151464699f6ea17d9b350d4c.zip linhes_pkgbuild-3a0e257f6d84b473151464699f6ea17d9b350d4c.tar.gz linhes_pkgbuild-3a0e257f6d84b473151464699f6ea17d9b350d4c.tar.bz2 |
runit-scripts: update tty2/3 to use tty2 and tty3 instead of vc/2
added logic around fbsplash-runit to stop it from aborting when fb-slash.conf is missing
Diffstat (limited to 'abs/core-testing/runit-scripts/runitscripts/1')
-rwxr-xr-x | abs/core-testing/runit-scripts/runitscripts/1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core-testing/runit-scripts/runitscripts/1 b/abs/core-testing/runit-scripts/runitscripts/1 index 6e4425d..af6b376 100755 --- a/abs/core-testing/runit-scripts/runitscripts/1 +++ b/abs/core-testing/runit-scripts/runitscripts/1 @@ -9,6 +9,7 @@ hostname `cat /etc/hostname` rm /etc/dhcpc/dhcpcd*.pid 2>/dev/null rm -f /etc/sv/frontend/.runtime/* 2>/dev/null rm -f /etc/runit/reboot 2>/dev/null +/sbin/agetty -8 38400 tty10 linux & stat_busy "Starting network" /etc/net/scripts/network.init start 2>/var/log/network.init.error >/var/log/network.init stat_done |