From 6e5c254bd1c22046f786683ae4bde73630d471a5 Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Wed, 17 Sep 2008 16:31:28 +0000 Subject: * fix consolefont for new suse 10.2 and 11.x (start kbd at boot) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2234 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/suse/functions-default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initramfs/distro-specs/suse/functions-default b/initramfs/distro-specs/suse/functions-default index c4085b9c..843ccc90 100644 --- a/initramfs/distro-specs/suse/functions-default +++ b/initramfs/distro-specs/suse/functions-default @@ -323,7 +323,7 @@ local count=10 # should be executed before the normal runlevel scripts. Proper shutdown is # not needed!? for i in boot.udev boot.proc boot.klog boot.loadmodules boot.slx boot.clock \ -boot.sysctl boot.ipconfig boot.swap $D_SPLASHY; do +boot.sysctl boot.ipconfig boot.swap $D_SPLASHY kbd; do count=$(($count + 1)) [ $DEBUGLEVEL -ge 2 ] && echo "boot-runlevelscript $i" ln -sf /etc/init.d/$i /mnt/etc/init.d/boot.d/S${count}$i -- cgit v1.2.3-55-g7522