From d94d9646615f9a5fb88d928f03d5424b5963a4e0 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Thu, 3 Apr 2003 10:11:30 +0000 Subject: - sync with beehive package - prepare for rebuild in 3.0E: Mainframe has no /dev/ttyX devices and no mingetty, don't initialize them. This gave error messages during startup --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 5005b24e..8f89960f 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -359,7 +359,7 @@ if [ -n "$IN_INITLOG" ]; then IN_INITLOG= fi -if ! LC_ALL=C grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/modules ]; then +if ! LC_ALL=C grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/ksyms ]; then USEMODULES=y fi -- cgit v1.2.1