From: Jeremy Katz Date: Tue, 16 Dec 2008 19:29:07 +0000 (-0500) Subject: Cut down to only creating the nodes that plymouth actually needs X-Git-Tag: 0.1~511 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8bdba21047661a9a2210fb0b36fc032e81d3cca;p=thirdparty%2Fdracut.git Cut down to only creating the nodes that plymouth actually needs --- diff --git a/init b/init index 265d9e7ef..408c9fef2 100755 --- a/init +++ b/init @@ -29,21 +29,12 @@ mount -t sysfs /sys /sys mount -t tmpfs -omode=0755 udev /dev # FIXME: what device nodes does plymouth really _need_ ? -mknod /dev/null c 1 3 -mknod /dev/kmsg c 1 11 mknod /dev/ptmx c 5 2 mknod /dev/fb c 29 0 mkdir /dev/pts mount -t devpts -o gid=5,mode=620 /dev/pts /dev/pts -mkdir -m 1777 /dev/shm -ln -s /proc/self/fd /dev/fd -ln -s fd/0 /dev/stdin -ln -s fd/1 /dev/stdout -ln -s fd/2 /dev/stderr -mknod /dev/systty c 4 0 mknod /dev/tty0 c 4 0 mknod /dev/tty1 c 4 1 -mknod /dev/tty2 c 4 2 # start plymouth if it's available # arguably we need some of udev run first for fbmods and above devnodes :/