summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-09-17 18:31:28 +0200
committerSebastian Schmelzer2008-09-17 18:31:28 +0200
commit6e5c254bd1c22046f786683ae4bde73630d471a5 (patch)
tree7d227bf859f1d3f461d81c805158077df3a0e148 /initramfs
parentremoved old theme stuff from stage 3 script (diff)
downloadcore-6e5c254bd1c22046f786683ae4bde73630d471a5.tar.gz
core-6e5c254bd1c22046f786683ae4bde73630d471a5.tar.xz
core-6e5c254bd1c22046f786683ae4bde73630d471a5.zip
* 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
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/suse/functions-default2
1 files changed, 1 insertions, 1 deletions
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