remove the /etc/fstab script 69/49269/3 accepted/tizen/tv/20151014.093419 submit/tizen/20151014.070251 tizen_3.0.m2.a1_tv_release
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 12 Oct 2015 08:03:59 +0000 (17:03 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Wed, 14 Oct 2015 05:12:06 +0000 (22:12 -0700)
Since /etc/fstab is added into system-plugin-* package, so post script
that overwrite /etc/fstab should be removed.

Change-Id: Ie062a95c14ddea0468f376307d5c7cadeb1ca35b
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
scripts/tv-mbr-3parts.post [deleted file]
tv.yaml

diff --git a/scripts/tv-mbr-3parts.post b/scripts/tv-mbr-3parts.post
deleted file mode 100644 (file)
index 9e1f345..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-echo "############### tv-mbr-3parts.post ################"
-
-# overwrite /etc/fstab to execute fsck.
-#
-# The default value of the sixth field(fs_passno) in /etc/fstab
-# created by MIC tool is 0. If the value is 1 or 2, fsck will be executed
-# automatically before mounting. (refer to systemd-fstab-generator)
-cat > /etc/fstab << EOF
-# This file is generated by post script in .ks file.
-#
-# <file system> <mount point>   <type>  <options>        <dump> <pass>
-/dev/root       /               ext4    defaults,noatime 0      1
-devpts          /dev/pts        devpts  gid=5,mode=620   0      0
-tmpfs           /dev/shm        tmpfs   defaults         0      0
-proc            /proc           proc    defaults         0      0
-sysfs           /sys            sysfs   defaults         0      0
-
-LABEL=system-data /opt          ext4    defaults,noatime 0      2
-LABEL=user      /opt/usr        ext4    defaults,noatime 0      2
-EOF
-
diff --git a/tv.yaml b/tv.yaml
index 37ed4d3..257c387 100644 (file)
--- a/tv.yaml
+++ b/tv.yaml
@@ -76,7 +76,6 @@ Wayland:
         - generic-applications
         - generic-multimedia
         - generic-desktop-applications
-        - tv-mbr-3parts
         - tv-bluetooth
         - tv-web-framework
     Repos: []