OSDN Git Service

Merge branch 'froyo-x86' into gingerbread-x86
[android-x86/bootable-newinstaller.git] / initrd / init
index 4756a38..9193ed1 100755 (executable)
@@ -131,6 +131,9 @@ if [ -n "$DEBUG" -o -n "$BUSYBOX" ]; then
        ln -s android/sbin /
 fi
 
+# ensure keyboard driver is loaded
+[ -n "$INSTALL" -o -n "$DEBUG" ] && modprobe atkbd
+
 if [ -n "$DEBUG" ]; then
        echo -e "\nType 'exit' to continue booting...\n"
        debug_shell debug-found