fix(coreos-base/coreos-base): Remove dummy rootfs entry from fstab.

Remounting / read-write has been moved to the dev_mode helper script in
coreos-init instead of letting systemd do it based on fstab. Now if a
system boots without /root/.dev_mode the filesystem remains read-only.
This commit is contained in:
Michael Marineau 2013-06-06 17:16:09 -04:00
parent feb372fdb4
commit 9a44eef0a7

View File

@ -12,4 +12,3 @@
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/ROOT / ext3 defaults 0 0