diff options
author | boseong choi <boseong.choi@samsung.com> | 2016-03-16 20:15:19 +0900 |
---|---|---|
committer | boseong choi <boseong.choi@samsung.com> | 2016-03-17 08:28:19 +0900 |
commit | aa18fe45cd0188b520c4d477be790777557e4576 (patch) | |
tree | 2ed4ed484e94f415906cc453f9a678b46d0fb7b6 /etc | |
parent | 4ead57dbfaa9dec1c98abd5bd7063b4437116702 (diff) | |
download | system-plugin-aa18fe45cd0188b520c4d477be790777557e4576.tar.gz system-plugin-aa18fe45cd0188b520c4d477be790777557e4576.tar.bz2 system-plugin-aa18fe45cd0188b520c4d477be790777557e4576.zip |
Change 3-partition to 2-partitionsubmit/tizen/20160317.010132accepted/tizen/wearable/20160317.040304accepted/tizen/tv/20160317.040238accepted/tizen/mobile/20160317.040226accepted/tizen/ivi/20160317.040318accepted/tizen/common/20160317.160352
merge system-data partition and user partition
add fstab_tm1(TM1), change fstab_initrd(circle)
add umount-opt.service for umount /opt
(symlink in local-fs-pre.target.wants)
Change-Id: I44bfc2d6daea54af6da356552ddc91335d12a4de
Signed-off-by: boseong choi <boseong.choi@samsung.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/fstab_initrd | 2 | ||||
-rw-r--r-- | etc/fstab_tm1 | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/etc/fstab_initrd b/etc/fstab_initrd index 7056f20..fd51d69 100644 --- a/etc/fstab_initrd +++ b/etc/fstab_initrd @@ -3,4 +3,4 @@ # Basically, initrd should consider this issue. # <file system> <mount point> <type> <options> <dump> <pass> /dev/root / ext4 defaults,noatime 0 1 -PARTLABEL=user /opt/usr ext4 defaults,noatime 0 2 +PARTLABEL=user /opt ext4 defaults,noatime 0 2 diff --git a/etc/fstab_tm1 b/etc/fstab_tm1 new file mode 100644 index 0000000..04c42bc --- /dev/null +++ b/etc/fstab_tm1 @@ -0,0 +1,3 @@ +# <file system> <mount point> <type> <options> <dump> <pass> +/dev/root / ext4 defaults,noatime 0 1 +LABEL=user /opt ext4 defaults,noatime 0 2 |