init.vbox_x86.rc: mount data & cache partitions from /dev/sdb
Change-Id: Ifa14f0be875848297883d2ee66372a355a4174e6 Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
11d3c4421f
commit
277e68b3af
1 changed files with 3 additions and 3 deletions
|
@ -32,11 +32,11 @@ on boot
|
|||
setprop ro.setupwizard.mode EMULATOR
|
||||
|
||||
on fs
|
||||
# mount sda partitions
|
||||
# mount sda (system) and sdb (data) partitions
|
||||
mount ext4 /dev/block/sda6 /system
|
||||
mount ext4 /dev/block/sda6 /system ro remount
|
||||
mount ext4 /dev/block/sda7 /data nosuid nodev
|
||||
mount ext4 /dev/block/sda8 /cache nosuid nodev
|
||||
mount ext4 /dev/block/sdb6 /data nosuid nodev
|
||||
mount ext4 /dev/block/sdb7 /cache nosuid nodev
|
||||
|
||||
# enable Google-specific location features,
|
||||
# like NetworkLocationProvider and LocationCollector
|
||||
|
|
Loading…
Reference in a new issue