From 7c2201fec977cdcfd2c17d877717993f77143b7e Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 2 Aug 2013 11:35:44 -0700 Subject: [PATCH] Use /etc/fstab for now 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/system-installer b/scripts/system-installer index ad3525a..21d572b 100644 --- a/scripts/system-installer +++ b/scripts/system-installer @@ -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" -- 2.7.4