use a simpler name (log) for kernel messages
This commit is contained in:
parent
098f3c48e1
commit
a33d1ca9eb
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ int initrd_init(void)
|
|||
|
||||
/* create the character device "kmessages" */
|
||||
tmp = mkdir_fs(fs_root, "var");
|
||||
kmsg_init(tmp, "kmessages");
|
||||
kmsg_init(tmp, "log");
|
||||
|
||||
/* For every module.. */
|
||||
#ifdef CONFIG_MULTIBOOT
|
||||
|
|
Loading…
Add table
Reference in a new issue