Use /etc/fstab for now
[platform/upstream/system-installer.git] / 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"