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