Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: Commit

bootable/newinstaller


Commit MetaInfo

Revisionc222f7014f167fc3b3ab8497a5294501d8f0c7e8 (tree)
Time2019-03-19 17:37:14
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Merge remote-tracking branch 'x86/oreo-x86' into pie-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 \
Show on old repository browser