Conform SGS2 SD cards to AOSP standard (1/3)
Same patch as on SGS1, swap their mountpoints but force switchexternal. Useful for new users coming to CM from stock as this is expected behavior, but will also fix the logic in CMParts. Patchset 2: Totally messed up the partition scheme. Anyone who +1'd this before this patch is a liar xD Change-Id: I7be24dfe0fb65c948781f90375faeec33cf593f8
This commit is contained in:
parent
3de98ad265
commit
ca3157a203
@ -13,10 +13,10 @@
|
||||
######################
|
||||
|
||||
# internal sdcard
|
||||
dev_mount sdcard /mnt/sdcard 11 /devices/platform/s3c-mshci.0/mmc_host/mmc0/mmc0
|
||||
dev_mount emmc /mnt/emmc 11 /devices/platform/s3c-mshci.0/mmc_host/mmc0/mmc0
|
||||
|
||||
# external sdcard
|
||||
dev_mount emmc /mnt/emmc auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
|
||||
dev_mount sdcard /mnt/sdcard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1
|
||||
|
||||
# USB storage device
|
||||
dev_mount usbdisk /mnt/usbdisk auto /devices/platform/s3c_otghcd/usb
|
||||
|
Loading…
Reference in New Issue
Block a user