summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorFelix Endres2006-07-20 19:24:52 +0200
committerFelix Endres2006-07-20 19:24:52 +0200
commit8f894d093f24a799124b559cfce221c073c005cf (patch)
tree423771528102959d64ff60e5c36746325d8516a9 /initrd/initrd-stuff/etc/functions
parentTrying on fix for #65 (different handling of kbd settings for SuSE (diff)
downloadcore-8f894d093f24a799124b559cfce221c073c005cf.tar.gz
core-8f894d093f24a799124b559cfce221c073c005cf.tar.xz
core-8f894d093f24a799124b559cfce221c073c005cf.zip
Abgleich wg alter konflikte
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@282 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc/functions')
-rw-r--r--initrd/initrd-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions
index 06fe9e3d..e354c2ce 100644
--- a/initrd/initrd-stuff/etc/functions
+++ b/initrd/initrd-stuff/etc/functions
@@ -135,7 +135,7 @@ local n=0
case $i in
0) break ;;
128) n=`expr $n + 1` ; break ;;
- 192) n=`expr $n + 1` ; break ;;
+ 192) n=`expr $n + 2` ; break ;;
224) n=`expr $n + 3` ; break ;;
240) n=`expr $n + 4` ; break ;;
252) n=`expr $n + 6` ; break ;;