summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Howard Chu [Thu, 28 Apr 2011 21:16:39 +0000 (14:16 -0700)]
Don't use /sdcard for initial mount
It confuses vold later; after using USB storage and unmounting /sdcard
it will never try to remount it because it thinks it's already mounted.
Bryan Stine [Fri, 13 Aug 2010 21:00:19 +0000 (17:00 -0400)]
For rootfs partition, populate /dev
root [Sun, 23 May 2010 01:06:52 +0000 (09:06 +0800)]
add utf8 option for mount /sdcard command. for fix bad filenames in /sdcard.
HUSSON Pierre-Hugues [Sun, 28 Mar 2010 10:06:37 +0000 (12:06 +0200)]
Add loop_partition= to change the partition containing loopback files.
Default is mmcblk0p1.
Keeps fallbacking to mmcblk0
Add a small delay once mmcblk0 appeared, in case of long partition table reading.
Add root_partition= to directly mount an ext2 partition, without loopback as root.
Bryan Stine [Mon, 1 Mar 2010 23:37:57 +0000 (18:37 -0500)]
if block terminator was missing.
Bryan Stine [Mon, 1 Mar 2010 23:14:24 +0000 (18:14 -0500)]
Update init script to find the Android path on SD as rootfs init does.
Bryan Stine [Mon, 1 Mar 2010 22:48:56 +0000 (17:48 -0500)]
Initial import of our initramfs