* Robert Svoboda <[EMAIL PROTECTED]> [2004-02-07 09:17]: > Hi all, > > when I rebooted my machine yesterday, what was my surprise > when booting my freshly compiled kernel (2.6.1) booting > finished immediately after init start (I think so), last > messages I've seen were: > > ... > INIT: version 2.84 booting > INIT: entering runlevel 3 > > and here login prompt appears Problem was in /sbin/rc script, which is called from inittab. Line in inittab is:
si::sysinit:/sbin/rc sysinit when I tried this with knoppix in chrooted environment (called /sbin/rc sysinit from cli), the only message was: Segmentation fault ;-) So I went through /sbin/rc doing some simple debugging with echo and found, that if I comment out this line: rc_splash_init everything works... :-) -- Robert Svoboda [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
