• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

bootable/newinstaller


Commit MetaInfo

Revisionb78afc4440637938e829238b928d3fff067465ba (tree)
Time2019-03-19 17:33:13
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

Change Summary

Incremental Difference

--- a/install/grub2/efi/boot/android.cfg
+++ b/install/grub2/efi/boot/android.cfg
@@ -5,9 +5,7 @@ function add_boot_entry {
55 menuentry "$2" "$@" --class android-x86 {
66 savedefault
77 set root=$android
8- if [ -e $2/kernel ]; then
9- true
10- else
8+ if [ ! -e $2/kernel ]; then
119 search --no-floppy --set root -f $2/kernel
1210 fi
1311 set kd=$2
--- a/rpm/qemu-android
+++ b/rpm/qemu-android
@@ -46,7 +46,8 @@ run_qemu_on_port()
4646 -append "CMDLINE console=ttyS0 RAMDISK=vdb $DATADEV" \
4747 -initrd initrd.img \
4848 -m 2048 -smp 2 -cpu host \
49- -usbdevice tablet -machine vmport=off \
49+ -usb -device usb-tablet,bus=usb-bus.0 \
50+ -machine vmport=off \
5051 -soundhw ac97 \
5152 -serial mon:stdio \
5253 -boot menu=on \