overwrite /etc/fstab and remove systemd-fsck units in tv-mbr-3parts.post 50/34350/2
authorSuchang Woo <suchang.woo@samsung.com>
Sat, 24 Jan 2015 09:32:34 +0000 (18:32 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 26 Jan 2015 02:03:19 +0000 (18:03 -0800)
commita401344c77a77c51fc85e8177c0e5a7d4d16aa9e
treee7e39e88485b68f94bb5b721841b5b9994e71c55
parent94f3ff1639dedae87e8f6cb5ae81c9ba6ca7c214
overwrite /etc/fstab and remove systemd-fsck units in tv-mbr-3parts.post

The default fs_passno value in /etc/fstab created by MIC tool is 0. If it is 0,
systemd-fstab-generator creates a mount unit without a dependency of fsck.
mounting a filesystem can be failed when fsck is running on that partition.

If fs_passno is set to non-zero (1 or 2), fsck will be automatically executed
before mounting, and systemd-fsck units will not be necessary.

Change-Id: Ia07b56aa469e2fa0d1d5f40585452097867a61d9
Signed-off-by: Suchang Woo <suchang.woo@samsung.com>
scripts/tv-mbr-3parts.post