Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: List of commits

bootable/newinstaller


RSS
Rev. Time Author
1d74e3f ics-x86 2013-07-01 17:05:42 Chih-Wei Huang

0-auto-detect: fix hardware acceleration disabled issue

The bug may occur in a device with multiple framebuffer drivers.

2bcafc5 2013-02-28 15:08:14 Chih-Wei Huang

Android.mk: remove obsolete usb_img rules and files

Now usb_img is an alias of iso_img.

52218dd 2013-02-28 15:07:57 Chih-Wei Huang

initrd: enable different DEBUG levels

* DEBUG=0: log all booting message to /tmp/log in initrd and
start logcat in android, but no debug shell.
* DEBUG=1: except DEBUG=0 behavior, enter debug shell when android
filesystem detected.
* DEBUG=2: except DEBUG=1 behavior, ender debug shell before
chroot to android -- the same behavior as before if
DEBUG is not empty.

60bc303 2013-02-23 23:54:44 Chih-Wei Huang

Android.mk: ensure busybox be built for installer

The installer requires cpio of busybox to work properly.

7fdbbaf 2013-02-23 23:54:37 Chih-Wei Huang

fix fallback to normal boot if installer not available

5ede068 2013-02-23 23:53:28 Chih-Wei Huang

isolinux.cfg: do not set DPI in jb-x86

d415f51 2013-02-23 23:53:09 Chih-Wei Huang

1-install: change default values of some dialogs

* Do you want to install boot loader GRUB? => default no
* Do you want to install /system directory as read-write? => default yes

7f1462f 2013-02-23 23:51:55 Chih-Wei Huang

initrd: move find_network_dev_name after post_detect.

28f6af2 2012-07-10 10:04:01 Chih-Wei Huang

initrd: determine HWACCEL by /proc/fb

Currently only inteldrmfb and radeondrmfb support OpenGL hardware
acceleration. So set HWACCEL according to /proc/fb.

0da9b1d 2012-07-07 16:56:22 Chih-Wei Huang

1-install: remove fake SD card support

This is replaced by the internal storage support.

ff377d7 2012-04-28 02:52:51 Gernot Hillier

initrd: support mounting ROOT filesystem via NFS

Add mount option "nolock" and a remount workaround to support
NFS roots in our limited Busybox environment.

Signed-off-by: Gernot Hillier <gernot.hillier@siemens.com>

9258bc6 2012-04-28 02:52:43 Chih-Wei Huang

1-install: allow to customize grub menu.lst

170d71b 2012-04-28 02:52:30 Chih-Wei Huang

Android.mk: show the iso path on building successfully

f5bf80c 2012-02-08 18:53:46 Chih-Wei Huang

initrd: delay the stage of setup_dpi

Move setup_dpi after detect_hardware so that a target can customize dpi
based on the detection result.

0b1488f honeycomb-x86 2012-01-09 14:55:51 Chih-Wei Huang

3-tslib: fix incorrect chown

The incorrect chown results in several issues like wifi cannot be turned on.

2050ccf 2012-01-02 00:52:40 Chih-Wei Huang

1-install: do not create hdpi boot item

Since honeycomb-x86 we don't use hdpi anymore.

753f1c6 2011-12-19 00:26:40 Silvere Lestang

Make iso file hybrid so they can be used on a usb stick

cfd6993 2011-11-28 12:54:36 Chih-Wei Huang

isolinux.cfg: update for ics-x86

Most tablets/netbooks should use mdpi now.

54fdaea 2011-09-09 17:54:13 Chih-Wei Huang

init: update for honeycomb-x86

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.

Show on old repository browser