summaryrefslogtreecommitdiffstats
path: root/initrd/mkdxsinitrd
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-07-08 18:54:36 +0200
committerDirk von Suchodoletz2006-07-08 18:54:36 +0200
commitcb0073ec4898c5437686f95eddd352d52a0f5cc2 (patch)
treee65d478fd60924a531f3da6d3bbc8370fda989fd /initrd/mkdxsinitrd
parentUpdate HW database for graphic adapators (file Cards), minor fix in (diff)
downloadcore-cb0073ec4898c5437686f95eddd352d52a0f5cc2.tar.gz
core-cb0073ec4898c5437686f95eddd352d52a0f5cc2.tar.xz
core-cb0073ec4898c5437686f95eddd352d52a0f5cc2.zip
Fixes for vm-udev, addition of glx-check for ATI, see HardwareErkennung
too ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@277 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/mkdxsinitrd')
-rwxr-xr-xinitrd/mkdxsinitrd5
1 files changed, 4 insertions, 1 deletions
diff --git a/initrd/mkdxsinitrd b/initrd/mkdxsinitrd
index 884099b3..1f18fe0e 100755
--- a/initrd/mkdxsinitrd
+++ b/initrd/mkdxsinitrd
@@ -3,7 +3,7 @@
# Description: universal (distro independent) generator for initial
# ramdisks for linux diskless clients
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 04-07-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-07-2006
# Nico Dietrich
# Felix Endres
#
@@ -406,6 +406,7 @@ case "${DISTRO}" in
DISTRO_VER=10.1
;;
esac
+
;;
esac
# at this point ${DISTRO} ${DISTRO_VER} should be fixed
@@ -423,6 +424,8 @@ mknod ${INSTDIR}/tmp/console c 5 1 &>/dev/null
mknod ${INSTDIR}/tmp/null c 1 3 &>/dev/null
mknod ${INSTDIR}/tmp/kmsg c 1 11 &>/dev/null
mknod ${INSTDIR}/tmp/ctl b 241 255 &>/dev/null
+# suse specific, but might be usable with other distros too
+mknod ${INSTDIR}/tmp/bootsplash p &>/dev/null
# test for the existance of busybox
if [ "$use_busybox" = 1 ]; then