diff options
Diffstat (limited to 'initrd/mkdxsinitrd')
| -rwxr-xr-x | initrd/mkdxsinitrd | 5 |
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 |
