From 4f6791dc59e0b18fedd5ba47947865a118c2d886 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 7 May 2007 21:10:20 +0000 Subject: Some more devices are needed (not automatically produced by mdev) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1026 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'initramfs') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index 02dd457a..cf1d9476 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -56,7 +56,8 @@ for i in "/dev/mem c 1 1" "/dev/null c 1 3" "/dev/zero c 1 5" \ "/dev/tty1 c 4 1" "/dev/tty2 c 4 2" "/dev/tty3 c 4 3" \ "/dev/tty4 c 4 4" "/dev/tty5 c 4 5" "/dev/tty6 c 4 6" \ "/dev/tty7 c 4 7" "/dev/tty8 c 4 8" "/dev/tty9 c 4 9" \ - "/dev/tty10 c 4 10" "/dev/console c 5 1" "/dev/ptmx c 5 2" \ + "/dev/tty10 c 4 10" "/dev/tty c 5 0" "/dev/console c 5 1" \ + "/dev/ptmx c 5 2" "/dev/psaux c 10 1" "/dev/agpgart c 10 175" \ "/dev/fb0 c 29 0" "/dev/bootsplash p" "/dev/xconsole p"; do mknod $i done -- cgit v1.2.3-55-g7522