summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-05-07 23:10:20 +0200
committerDirk von Suchodoletz2007-05-07 23:10:20 +0200
commit4f6791dc59e0b18fedd5ba47947865a118c2d886 (patch)
treebfea1ebe1668dc05a032041d9a8878798ba0b58d /initramfs/initrd-stuff/init
parentUgly little bug with succession of && and || (curly bracket solves this (diff)
downloadcore-4f6791dc59e0b18fedd5ba47947865a118c2d886.tar.gz
core-4f6791dc59e0b18fedd5ba47947865a118c2d886.tar.xz
core-4f6791dc59e0b18fedd5ba47947865a118c2d886.zip
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
Diffstat (limited to 'initramfs/initrd-stuff/init')
-rwxr-xr-xinitramfs/initrd-stuff/init3
1 files changed, 2 insertions, 1 deletions
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