Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: Liste der Commits

bootable/newinstaller


RSS
Rev. Zeit Autor
9bb872d q-x86 2021-12-29 18:09:08 Mauro Rossi

Merge remote-tracking branch 'x86/pie-x86' into q-x86

729c43b pie-x86 2021-10-29 02:45:15 Chih-Wei Huang

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

400a7dc oreo-x86 2021-10-29 02:44:03 Chih-Wei Huang

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

d9cf94c nougat-x86 2021-10-29 02:37:02 Doug

init: support Xen hypervisor device

86e2fbb 2021-06-23 00:18:51 Chih-Wei Huang

Merge remote-tracking branch 'x86/pie-x86' into q-x86

101404c 2021-06-23 00:17:08 Chih-Wei Huang

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

c432d49 android-x86-8.1-r6 2021-06-23 00:06:51 Chih-Wei Huang

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

6527d1d 2021-06-23 00:06:06 Chih-Wei Huang

1-install: cancel auto update mode if no partition found

The auto update mode (AUTO_INSTALL=update) tries to find a partition
labelled as Android-x86 or an ext4 partition. If no such a partition
is found, the auto mode should be cancelled.

Fixes: 244e03f0 ("Add auto installation function")

f02afb9 2020-06-08 09:49:55 Mauro Rossi

add new Debug options for troubleshooting

d302de5 2020-05-13 18:35:52 Chih-Wei Huang

Merge remote-tracking branch 'x86/pie-x86' into q-x86

Conflicts:
initrd/init

75a02cb 2020-05-13 18:27:27 Chih-Wei Huang

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

a1e5449 android-x86-8.1-r5 2020-05-13 14:25:11 Chih-Wei Huang

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

0da684c android-x86-7.1-r4 android-x86-7.1-r5 2020-05-13 14:24:32 Chih-Wei Huang

1-install: update symlink if the linked dir is upgraded

e890de4 2020-05-13 00:09:26 Chih-Wei Huang

init: fall back to busybox's shell

Run busybox's shell if AOSP's shell fails to run. This makes
debug shell more reliable.

3119e2f 2020-05-12 23:55:22 Chih-Wei Huang

init: do not keep initrd's busybox in debug mode

Keeping initrd's busybox in debug mode is an old feature before we added
busybox porting to Android-x86. But it introduced some inconsistencies
between debug and normal modes. Moreover, it depends on AOSP's tool (ln)
to work properly. In case the tool fails to run, the system may not boot.

In short, the feature does more harm than good. Let's remove it from
debug mode. Only keep it if BUSYBOX=1 is set in cmdline.

0cf7926 2020-05-07 01:24:27 Chih-Wei Huang

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

419460a 2020-05-07 01:10:18 Chih-Wei Huang

1-install: move try_upgrade to an earlier step

The try_upgrade should be run before checking whether system
was installed as the read-write mode.

75a6d35 2020-05-07 00:36:49 Chih-Wei Huang

0-auto-detect: fix parsing error if aliases contain brackets

e72ccef 2020-03-31 11:04:32 Jon West

Fix RPM builds for Android 10

Remove Ramdisk from RPM spec

c81db3f 2020-03-13 12:55:30 Chih-Wei Huang

Merge remote-tracking branch 'x86/pie-x86' into q-x86

Conflicts:
initrd/init

7383df1 android-x86-9.0-r2 2020-03-13 12:44:32 Chih-Wei Huang

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

Conflicts:
Android.mk

d68f8f8 android-x86-8.1-r4 2020-03-13 12:42:08 Chih-Wei Huang

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

6b5590f 2020-03-13 12:36:21 Chih-Wei Huang

init: avoid finding system dir too aggressive

Only use a system dir if it contains build.prop.

0f1d057 2020-03-13 01:17:10 Chih-Wei Huang

Use isohybrid in AOSP's tree

This removes the dependency of an external host tool.

63c8e6b 2019-12-27 16:23:24 Chih-Wei Huang

init: do not modify /default.prop

Modifying /default.prop doesn't work in Android 10.

69209a8 2019-12-11 15:48:53 Chih-Wei Huang

Merge remote-tracking branch 'x86/pie-x86' into q-x86

1d57cfe android-x86-9.0-r1 2019-12-11 15:43:42 Chih-Wei Huang

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

bb2fb8c 2019-12-11 15:43:08 Chih-Wei Huang

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

508328d 2019-12-11 15:37:24 Chih-Wei Huang

1-install: fix inconsistent alignment

815812a 2019-12-03 11:47:51 Michael Goffioul

Mount system partition at root

Show on old repository browser