Skip to content

Commit

Permalink
p970: fix vold paths and filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiru1602 committed Sep 8, 2013
1 parent f9a01be commit 743c769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions configs/fstab.p970
Expand Up @@ -8,5 +8,4 @@
/dev/block/mmcblk0p10 /cache ext4 defaults recoveryonly
/dev/block/mmcblk0p8 /system ext4 defaults recoveryonly

/dev/block/mmcblk1p1 /storage/sdcard0 auto defaults voldmanaged=sdcard0:1,nonremovable
/devices/platform/omap/omap_hsmmc.0/mmc_host/mmc1 /storage/sdcard1 auto defaults voldmanaged=sdcard1:auto
/devices/platform/omap/omap_hsmmc.0/mmc_host /storage/sdcard0 auto defaults voldmanaged=sdcard0:auto
2 changes: 1 addition & 1 deletion init.p970.rc
Expand Up @@ -45,7 +45,7 @@ on fs
chown system system /data
chmod 0771 /data

mount_all fstab.p970
mount_all fstab.black

#[LGE_star]Hyunwoong.ahn^M
mount ext3 /dev/block/mmcblk0p6 /dvp/hwkey nosuid nodev
Expand Down
2 changes: 1 addition & 1 deletion p970.mk
Expand Up @@ -15,7 +15,7 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/init.p970.rc:root/init.black.rc \
$(LOCAL_PATH)/init.p970.usb.rc:root/init.black.usb.rc \
$(LOCAL_PATH)/ueventd.p970.rc:root/ueventd.black.rc \
$(LOCAL_PATH)/configs/fstab.p970:root/fstab.p970 \
$(LOCAL_PATH)/configs/fstab.p970:root/fstab.black \

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/recovery/postrecoveryboot.sh:recovery/root/sbin/postrecoveryboot.sh
Expand Down

2 comments on commit 743c769

@dcop7
Copy link

@dcop7 dcop7 commented on 743c769 Sep 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit could solve moving apps to sd?

@dhiru1602
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't tested it. It was a change to make the vold configuration more specific to cm-10.2.

Please sign in to comment.