From: Stefan Schantl Date: Mon, 27 Jul 2009 11:39:41 +0000 (+0200) Subject: Added mknod for /dev/console to udev. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62a8982edc363112d808043667ba2487e57d2ad;p=ipfire-3.x.git Added mknod for /dev/console to udev. --- diff --git a/lfs/udev b/lfs/udev index 32c4675fd..4d58359c8 100644 --- 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