From 91cd8bbd21cc205c8d113a3740e498f6bb780492 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 9 Jul 2006 14:28:54 +0000 Subject: Fix for certain keyboard (inactivity) problem, introduction of keytable setup function ... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@279 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/distro-specs/ubuntu/functions-6.06 | 6 ++++++ initrd/distro-specs/ubuntu/functions-default | 8 ++++++++ 2 files changed, 14 insertions(+) (limited to 'initrd/distro-specs/ubuntu') diff --git a/initrd/distro-specs/ubuntu/functions-6.06 b/initrd/distro-specs/ubuntu/functions-6.06 index 8a6465dc..7ca485fe 100644 --- a/initrd/distro-specs/ubuntu/functions-6.06 +++ b/initrd/distro-specs/ubuntu/functions-6.06 @@ -138,9 +138,15 @@ done #PATH=\"\$PATH:/var/X11R6/bin\"" >>/mnt/etc/profile } +# set up keytable (function run in hwautocfg) +keytable () { +# fixme -- use keytable setup script here +: +} # consolefont and language consolefont () { +# better change that in /etc/functions to UTF8 default if [ "$LANG" == "de_DE@euro" ] ; then LANG=de_DE.UTF8 fi diff --git a/initrd/distro-specs/ubuntu/functions-default b/initrd/distro-specs/ubuntu/functions-default index 75a94176..2def5937 100644 --- a/initrd/distro-specs/ubuntu/functions-default +++ b/initrd/distro-specs/ubuntu/functions-default @@ -174,11 +174,19 @@ if [ "x$start_snmp" = "xyes" ] ; then fi } +# set up keytable (function run in hwautocfg) +keytable () { +# fixme -- use keytable setup script here +: +} + # consolefont consolefont () { echo -e "setfont ${CONSOLE_FONT} >${LOGFILE} 2>&1" \ >>/mnt/etc/${D_INITDIR}/boot.ld } + + # acpi and powersave config_acpi () { rllinker "acpid" "10" "19" -- cgit v1.2.3-55-g7522