Use /etc/fstab for now
authorPatrick McCarty <patrick.mccarty@linux.intel.com>
Fri, 2 Aug 2013 18:35:44 +0000 (11:35 -0700)
committerPatrick McCarty <patrick.mccarty@linux.intel.com>
Mon, 5 Aug 2013 17:00:53 +0000 (10:00 -0700)
Eventually we want to switch to use systemd mount units instead of the
fstab, but since the installer will not be generating mount units yet,
the fstab is still required.

Change-Id: I3bc5d2988d159b5fbd652fcc1f37bf57f7fa0ca5

scripts/system-installer

index ad3525a..21d572b 100644 (file)
@@ -247,7 +247,8 @@ function install_os {
     mkdir ${TGTMNT}/dev/
     chmod 0755 ${TGTMNT}/dev
 
-    rm ${TGTMNT}/etc/fstab
+    # TODO: switch to using systemd mount units instead of the fstab
+    #rm ${TGTMNT}/etc/fstab
 
     if [[ $FILESYSTEM = "btrfs" ]]; then
         ROOTFLAGS="rootflags=subvol=tizen"