base-files: update fstab
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 3 Feb 2015 13:48:07 +0000 (05:48 -0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 3 Feb 2015 15:22:48 +0000 (07:22 -0800)
commit95d927a908b7d941a1c5f2d8f8f36d6416bc6afa
tree3192b63783e0a2192d0c06f552a3af82d018ba72
parentf6657802275a8aea91b557826510ca18afe03f60
base-files: update fstab

The "tizen_fstab" was the same as the original OE fstab; installing
it instead of the original file is pointless.

But we *do* need to modify the original fstab to solve one issue:
systemd-fsck-root.service looks at the file system entry and runs
"fsck.auto" if we keep OE's "auto" entry.

This does not prevent booting, only the file system checking part
of it.

To replace the original file, we use the same name because then
the modified file will be used even when we revert the do_install
override.
meta-tizen-adaptation/meta/recipes-core/base-files/base-files/fstab [moved from meta-tizen-adaptation/meta/recipes-core/base-files/base-files/tizen_fstab with 70% similarity]
meta-tizen-adaptation/meta/recipes-core/base-files/base-files_3.0.14.bbappend