Android-x86
Fork

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: コミット一覧

bootable/newinstaller


RSS
Rev. 日時 作者
2796e61 kitkat-x86 2016-02-05 17:58:23 Chih-Wei Huang

Android.mk: refine the rules to build iso_img

The original rules may fail at some situations.

Reported-by: Jaroslav Penaska <j.penaska@gmail.com>

4ea1783 2016-02-01 16:12:49 Luke

check efi partition can mount before installing grub2

1305b97 2016-02-01 16:12:44 Luke

Search for efi partition

95d633f 2016-02-01 15:58:51 Chih-Wei Huang

1-install: add 4.4-r4 to the upgrade list

ce42dd0 2016-01-24 00:01:36 Chih-Wei Huang

0-auto-detect: a hack to avoid loading brcmfmac

The driver brcmfmac usually doesn't work if loaded by the
auto_detect function. Skip the driver and let it be loaded
by Android ueventd.

13676d9 2016-01-23 20:44:05 Chih-Wei Huang

Android.mk: fix an error to build efi_img

1c46f20 2016-01-19 02:03:00 Chih-Wei Huang

1-install: remove the 2047MB limitation of data.img

This is an old limitation that is not needed now.

b06644a 2016-01-18 03:57:01 Chih-Wei Huang

Android.mk: remove dead code

c4c5c17 2016-01-18 03:56:01 Chih-Wei Huang

Android.mk: add missing dependencies

The EFI support introduced more files which should be added
to the dependencies of $(boot_dir).

bf8b692 2016-01-18 03:16:02 Luke

updated grub.cfg install location

c11e0a6 2016-01-18 03:12:42 Luke

EFI support for ISO

a1837c0 2016-01-18 03:10:41 Chih-Wei Huang

init: remove find_network_dev_name

It is not used now.

7069b74 2016-01-18 03:10:15 Chih-Wei Huang

efi: don't be in favor of Windows 8

45029f9 2016-01-18 03:10:01 Chih-Wei Huang

0-auto-detect: do not load extra 3G modules

The modules are built-in or could be auto-loaded on demend.
No need to pre-load them anymore.

64cd6dd 2016-01-18 03:08:54 Chih-Wei Huang

Add the lndir script

The script can make hard links of files in a directory
to another one.

e3628c2 2016-01-18 03:08:48 Chih-Wei Huang

1-install: add 4.4-r3 to the upgrade list

38e9b78 2016-01-18 03:08:41 Chih-Wei Huang

Revert "0-auto-detect: set correct permission for bluetooth nodes"

The related code was moved to init.sh.

This reverts commit 454d76b2b125e5a55fd38d58396866e37ea923a2.

c84d951 android-x86-4.4-r3 2015-05-08 02:04:33 Chih-Wei Huang

support GPT disks

* allow to create GPT partitions
* allow to install to a GPT partition
* allow to install grub2-efi to the ESP partition

Based on the nice work of hatharry <hatharry@gmail.com>.

036068d 2015-01-05 21:34:47 Chih-Wei Huang

1-install: add 4.4-r2 to the upgrade list

16fa24b android-x86-4.4-r2 2015-01-01 19:39:54 Chih-Wei Huang

1-install: fix direct run mode after installation

18a0c9b 2015-01-01 08:22:52 Chih-Wei Huang

add a new goal: efi_img

Make efi_img will generate an image that can be
dd to a usb stick and bootable from a UEFI device.

24dd719 2014-12-31 18:21:08 Chih-Wei Huang

initrd: support iso-scan/filename in cmdline

By specifying the iso-scan/filename to the iso file and
using bootloader support loopback device (e.g., grub2),
we can now boot from an iso file directly.

653f3bf 2014-12-16 17:43:21 Oliver Henshaw

Use a grub device map so that e.g. virtio disks will boot

grub seems to detect sda and hda disks fine but needs a little guidance
to find vda disks.

0feffdc 2014-12-16 17:43:21 Oliver Henshaw

Make installation work with virtio disks

Note that the install_to change merely avoids an infinite loop,
allowing installation to complete. Further grub surgery is required to
boot the system.

a966db0 2014-12-16 17:43:21 Oliver Henshaw

Fail more gracefully if pathname expansion fails

f7b56d7 2014-12-16 17:42:55 Chih-Wei Huang

1-install: add 4.4-r1 to the upgrade list

1e0d0e9 android-x86-4.4-r1 2014-08-09 04:20:45 Chih-Wei Huang

initrd: derive SRC from BOOT_IMAGE

If SRC is not set, assume the system image locates in
the same directory as the kernel.

81ee59e 2014-07-31 01:57:36 Chih-Wei Huang

1-install: allow to install read-write mode on ntfs and vfat

If the user chooses read-write mode installation and the filesystem
is ntfs or vfat, install system.img instead of system.sfs.

Mount system.img to be read-write in the init script.

aee6400 2014-05-28 15:12:41 Chih-Wei Huang

initrd: remove the obsolete mkdir path

/mnt/sdcard is now a symlink to the internal storage.

9bad218 2014-05-19 22:48:14 Chih-Wei Huang

1-install: add 4.4-RC1 to the upgrade list

旧リポジトリブラウザで表示