OSDN Git Service

Add Mac keyboard driver for installer
authorLi Xin <lixin@phoenixos.com>
Thu, 26 May 2016 11:11:53 +0000 (19:11 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 30 May 2016 10:45:17 +0000 (18:45 +0800)
initrd/init

index 708c049..ad2f3f4 100755 (executable)
@@ -169,7 +169,7 @@ if [ -x system/bin/ln -a \( -n "$DEBUG" -o -n "$BUSYBOX" \) ]; then
 fi
 
 # ensure keyboard driver is loaded
-[ -n "$INSTALL" -o -n "$DEBUG" ] && busybox modprobe atkbd
+[ -n "$INSTALL" -o -n "$DEBUG" ] && busybox modprobe -a atkbd hid-apple
 
 if [ 0$DEBUG -gt 0 ]; then
        echo -e "\nType 'exit' to continue booting...\n"