summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-02-01 12:04:26 +0100
committerDirk von Suchodoletz2007-02-01 12:04:26 +0100
commit2563baa21bc97d4dac4caad1aa28958cb74ca7c6 (patch)
tree0ca15433749ffca58eebeed1883a64378925a803 /initramfs/initrd-stuff/etc/functions
parentSome thoughts on Gentoo integration ... (minor cleanups in init (diff)
downloadcore-2563baa21bc97d4dac4caad1aa28958cb74ca7c6.tar.gz
core-2563baa21bc97d4dac4caad1aa28958cb74ca7c6.tar.xz
core-2563baa21bc97d4dac4caad1aa28958cb74ca7c6.zip
Got onto the proper track: Gentoo is somehow (incompletely) booting now.
Unfortunately the provided scripts of that distro are ugly to use :-( Added configuration to ''gentoo/config-default'', cleaned up the ''gentoo/functions-default''. Added the proper commands to modify boot scripts and startup into a slx usable way ... Still lots of stuff to do ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@665 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
-rw-r--r--initramfs/initrd-stuff/etc/functions5
1 files changed, 5 insertions, 0 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index 83611be6..e3a06a4b 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -1137,3 +1137,8 @@ config_portmap () {
config_nis () {
:
}
+
+# konfigure keyboard layout
+keytable () {
+:
+}