]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added mknod for /dev/console to udev.
authorStefan Schantl <Stevee@ipfire.org>
Mon, 27 Jul 2009 11:39:41 +0000 (13:39 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Mon, 27 Jul 2009 11:39:41 +0000 (13:39 +0200)
lfs/udev

index 32c4675fd0d800a1521dd43e297a2f6172bb2bb2..4d58359c802f079842dc7c71ff5930031ad1306d 100644 (file)
--- a/lfs/udev
+++ b/lfs/udev
@@ -82,6 +82,7 @@ $(OBJECT): $(objects)
 
        -rm -rf /lib/udev/devices
        install -dv /lib/{firmware,udev/devices/{pts,shm}}
+       -mknod -m0600 /lib/udev/devices/console c 5 1
        -mknod -m0666 /lib/udev/devices/null c 1 3
        -mknod -m0600 /lib/udev/devices/kmsg c 1 11
        ln -sfv /proc/self/fd /lib/udev/devices/fd