Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: Liste der Commits

bootable/newinstaller


RSS
Rev. Zeit Autor
6c41f64 gingerbread-x86 2011-09-09 17:52:16 Chih-Wei Huang

init: allow to specify the android partition by ROOT

e1651d1 2011-09-02 16:46:14 Chih-Wei Huang

init: avoid kernel panic by ensuring system/bin/ln is executable

78003da 2011-08-19 10:56:39 Chih-Wei Huang

init: move detecting root partition to check_root()

1548c84 2011-05-24 10:40:28 Chih-Wei Huang

Merge branch 'froyo-x86' into gingerbread-x86

48ede35 froyo-x86 android-x86-2.2-r2 2011-05-23 19:19:23 Chih-Wei Huang

init: ensure keyboard driver is loaded in debug or installation mode

712d89f 2011-05-13 11:25:49 Chih-Wei Huang

0-auto-detect: add back find_network_dev_name

In android 2.3.4 the service of dhcpcd is renamed to combine with
interface name, just like we did in donut-x86.

1d8ae88 2011-04-20 18:37:34 Chih-Wei Huang

remove prebuilt v86d

We have added an Android porting of v86d, so remove the prebuilt one.

ff03d7c 2011-04-15 10:22:55 Chih-Wei Huang

Merge branch 'froyo-x86' into gingerbread-x86

549c505 2011-02-25 16:58:00 Chih-Wei Huang

init: use mdev as the hotplug tool

35794fe 2011-01-24 18:27:55 Chih-Wei Huang

editdisklbl: add missing LOCAL_MODULE_TAGS

d5b17be 2011-01-24 18:17:07 Chih-Wei Huang

0-auto-detect: detect wmi drivers in /sys/devices/virtual/wmi

The patch also reverts previous commit. It changes the order
of modules loaded which causes more problems.

c323c49 2011-01-20 12:15:38 Chih-Wei Huang

0-auto-detect: find all modalias files in /sys

This is a suggestion from Corentin Chary to fix
auto-detect issue of eeepc-wmi driver.

485f4e7 android-x86-2.2 2011-01-13 15:52:25 Chih-Wei Huang

1-install: set default to no for confirm overwrite dialog

3d75164 2011-01-09 16:32:42 Chih-Wei Huang

1-install: handle errors more properly

ad6b453 2011-01-07 19:12:32 Chih-Wei Huang

1-install: fix a bug of installing grub

02c31f4 2011-01-07 19:09:52 Chih-Wei Huang

init: create a symlink /src for the source

acc85aa 2011-01-01 22:06:27 Chih-Wei Huang

init: change debug shell to be mksh

570b684 2011-01-01 22:05:15 Chih-Wei Huang

Android.mk: fix an improper dependency

b81c608 2010-12-23 12:31:25 Chih-Wei Huang

1-install: use the cpio from android-x86 system

There are two busybox in android-x86. One is static linked and the other
is linked with bionic. The prior is older version and only used in boot
stage and installer, the later is newer and can be used after booted
into android-x86.

It seems the prior busybox cpio is buggy to copy files with set-user-ID bit.
Using /system/xbin/cpio solves the issue.

41dd976 2010-12-21 17:12:56 Chih-Wei Huang

init: add post_detect callback

ee8cc18 2010-12-21 17:12:19 Chih-Wei Huang

1-install: avoid umount failure

6cda3e8 2010-12-20 12:11:58 Chih-Wei Huang

2-mount: avoid binding sdcard dir twice

If the sdcard.img is located in data dir, it should not be bound again.

e8e6a6e 2010-12-19 04:19:51 Chih-Wei Huang

installer: several improvements

* better support of installation to ntfs and vfat
* provide a way to create a fake sdcard after installation

234b04b 2010-12-18 21:47:03 Chih-Wei Huang

installer: support read-write installation

The user now can decide whether to install /system as read-write.
Easier for debugging but needs more disk space.

9f6e681 2010-12-17 19:34:14 Chih-Wei Huang

2-mount: add more methods to mount /data

The additional methods are

* mount /data to a filesystem image.
* a callback device_mount_data so a target can decide its mount strategy.

9959fc7 2010-12-16 19:27:56 Chih-Wei Huang

avoid an ignored warning

aad0ff3 2010-12-09 18:51:40 Chih-Wei Huang

auto-detect: disable hardware acceleration if no kms driver found

721f9dd 2010-12-01 17:03:47 Chih-Wei Huang

let the target decide whether to show hdpi and mdpi menu

If a target has defined ro.sf.lcd_density, hide the
hdpi or mdpi item accordingly.

772a765 2010-11-26 17:49:38 Chih-Wei Huang

menu.lst: support both hdpi and mdpi for usb_img

8c8c3cf 2010-11-26 17:42:51 Chih-Wei Huang

isolinux.cfg: do not define SDCARD

Let the targets decide whether to define SDCARD variable.

Show on old repository browser