diff options
| author | Michael Janczyk | 2008-02-15 23:16:21 +0100 |
|---|---|---|
| committer | Michael Janczyk | 2008-02-15 23:16:21 +0100 |
| commit | bd2a181f04922fb4417b2629dd79b852cedec4c3 (patch) | |
| tree | 5fe256d042d13020bf87b614f0c0516dce5f8e1d /initramfs/distro-specs/debian | |
| parent | test commit, splashy seems to be very picky (diff) | |
| download | core-bd2a181f04922fb4417b2629dd79b852cedec4c3.tar.gz core-bd2a181f04922fb4417b2629dd79b852cedec4c3.tar.xz core-bd2a181f04922fb4417b2629dd79b852cedec4c3.zip | |
changed runlevel linker stuff. debian needs splashy to term earlier, changed now via variable D_SPLASHY
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1546 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/debian')
| -rw-r--r-- | initramfs/distro-specs/debian/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/distro-specs/debian/config-default b/initramfs/distro-specs/debian/config-default index 84581990..7e426a2a 100644 --- a/initramfs/distro-specs/debian/config-default +++ b/initramfs/distro-specs/debian/config-default @@ -50,7 +50,7 @@ D_RCDIRS="/rc0.d /rc1.d /rc2.d /rc3.d /rc4.d /rc5.d /rc6.d" D_INITDEFAULT="3" # fixme: is keymap.sh really needed? Should be handled in a simpler fashion # via boot.slx (see hwautocfg) -D_INITSCRIPTS="mountkernfs.sh mountvirtfs udev procps.sh bootlogd keymap.sh hwclock.sh sudo dbus-1" +D_INITSCRIPTS="mountkernfs.sh mountvirtfs udev procps.sh bootlogd $D_SPLASHY keymap.sh hwclock.sh sudo dbus-1" D_XF86CONFFILE="/etc/X11/xorg.conf" D_XORGBIN=/usr/X11R6/bin/X D_XFONTPATH="/usr/X11R6/lib/X11/fonts/*" |
