https://bugzilla.novell.com/show_bug.cgi?id=217319 ------- Comment #10 from hmacht@novell.com 2007-04-03 11:45 MST ------- The corresponding code is the following: #ifdef CONFIG_BOOTSPLASH if (file->f_dentry->d_inode->i_rdev == MKDEV(TTY_MAJOR,0) || file->f_dentry->d_inode->i_rdev == MKDEV(TTY_MAJOR,1) || file->f_dentry->d_inode->i_rdev == MKDEV(TTYAUX_MAJOR,0) || file->f_dentry->d_inode->i_rdev == MKDEV(TTYAUX_MAJOR,1)) { extern int splash_verbose(void); (void)splash_verbose(); } #endif There are two further occurrences of splash_verbose() in the kernel. One in keyboard.c and one in panic.c. Bootplash should vanish on "panic" and on Escape, aka keyboard event, so what does this code actually do? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.