http://bugzilla.novell.com/show_bug.cgi?id=564325 http://bugzilla.novell.com/show_bug.cgi?id=564325#c3 --- Comment #3 from robert spitzenpfeil <madworm_de.novell@spitzenpfeil.org> 2010-01-18 22:02:53 UTC --- /etc/init.d/boot.localfs: ------ if test "$REDIRECT" = "/dev/tty1" ; then FSCK_OPTS="$FSCK_OPTS -C" ------ If I read the manual correctly it should be "$FSCK_OPTS -C 0". A similar method is used in /lib/mkinitrd/scripts/boot-mount.sh But the real problem is that during startup $REDIRECT does not evaluate to "/dev/tty1" on my system, but to "/dev/char/../tty1". Therefore "-C 0" never gets set! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.