From 674357f0cef903d64a117b46df5f10f6256d8306 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 4 Feb 2007 22:42:52 +0000 Subject: Fix for Xorg / keyboard problem - see #95 ... still some problems remain for Gentoo diskless ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@680 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/gentoo/functions-default | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'initramfs') diff --git a/initramfs/distro-specs/gentoo/functions-default b/initramfs/distro-specs/gentoo/functions-default index 44efe0ca..25861b26 100644 --- a/initramfs/distro-specs/gentoo/functions-default +++ b/initramfs/distro-specs/gentoo/functions-default @@ -97,11 +97,10 @@ for script in boot boot.ld ${D_INITSCRIPTS} ; do rllinker "$script" "$after" after=$script done -ls /mnt/etc/runlevels/boot # avoid the bullshit of "system initialization" sed -e "s/# System init.*//;s/si::.*//" -i /mnt/etc/inittab # initial script which is executed last -lastinit=$after +lastinit="$after" } # initialize boot.ld - skript to be executed during early system startup @@ -359,4 +358,11 @@ Files='\tModulePath\t"/etc/X11/modules"\n \tFontPath\t"/usr/share/fonts/misc/"\n \tFontPath\t"/usr/share/fonts/75dpi/"\n \tFontPath\t"/usr/share/fonts/100dpi/"' +InputDevice='\tIdentifier\t"Keyboard1"\n +\tDriver\t\t"kbd"\n +\tOption\t\t"XkbRules"\t\t"xorg"\n +\tOption\t\t"XkbLayout"\t\t"XKEYBOARD"\n +\tOption\t\t"XkbModel"\t\t"pc105"\n +\tOption\t\t"XkbOptions"\t"lv3:ralt_switch"\n +\tOption\t\t"XkbVariant"\t"nodeadkeys"' } -- cgit v1.2.3-55-g7522