summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/ubuntu/functions-6.06
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/distro-specs/ubuntu/functions-6.06')
-rw-r--r--initrd/distro-specs/ubuntu/functions-6.066
1 files changed, 6 insertions, 0 deletions
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