Skip to content

Commit

Permalink
epicmtd: fstab updates for 4.3.
Browse files Browse the repository at this point in the history
Change-Id: I963b1da636544998f700fd8a71bfe4a66c2a864a
  • Loading branch information
bbelos committed Sep 25, 2013
1 parent 1189ddf commit 2becc17
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 27 deletions.
2 changes: 2 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ BOARD_RECOVERY_HANDLES_MOUNT := true
BOARD_USES_BML_OVER_MTD := true
BOARD_CUSTOM_RECOVERY_KEYMAPPING:= ../../device/samsung/epicmtd/recovery_ui.c
BOARD_CUSTOM_BOOTIMG_MK := device/samsung/epicmtd/shbootimg.mk
TARGET_RECOVERY_FSTAB := device/samsung/epicmtd/fstab.victory
RECOVERY_FSTAB_VERSION := 2
TARGET_OTA_ASSERT_DEVICE := epic,epicmtd,SPH-D700

# RIL
Expand Down
2 changes: 1 addition & 1 deletion epicmtd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ DEVICE_PACKAGE_OVERLAYS := device/samsung/epicmtd/overlay
# These are the hardware-specific configuration files
PRODUCT_COPY_FILES := \
device/samsung/epicmtd/prebuilt/etc/asound.conf:system/etc/asound.conf \
device/samsung/epicmtd/prebuilt/etc/vold.fstab:system/etc/vold.fstab \
device/samsung/epicmtd/prebuilt/etc/media_codecs.xml:system/etc/media_codecs.xml \
device/samsung/epicmtd/prebuilt/etc/egl.cfg:system/lib/egl/egl.cfg

# Init files
PRODUCT_COPY_FILES += \
device/samsung/epicmtd/fstab.victory:root/fstab.victory \
device/samsung/epicmtd/ueventd.victory.rc:root/ueventd.victory.rc \
device/samsung/epicmtd/lpm.rc:root/lpm.rc \
device/samsung/epicmtd/init.victory.rc:root/init.victory.rc \
Expand Down
11 changes: 11 additions & 0 deletions fstab.victory
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Android fstab file.
#<src> <mnt_point> <type> <mnt_flags and options> <fs_mgr_flags>
# The filesystem that contains the filesystem checker binary (typically /system) cannot
# specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
recovery /recovery mtd defaults recoveryonly
boot /boot mtd defaults recoveryonly
system /system yaffs2 defaults recoveryonly
userdata /data yaffs2 defaults recoveryonly
cache /cache yaffs2 defaults recoveryonly

/devices/platform/s3c-sdhci.2/mmc_host/mmc2 /storage/sdcard0 auto defaults voldmanaged=sdcard0:auto
16 changes: 0 additions & 16 deletions prebuilt/etc/vold.fstab

This file was deleted.

10 changes: 0 additions & 10 deletions recovery.fstab

This file was deleted.

0 comments on commit 2becc17

Please sign in to comment.