From 507960cb938bd9f5eb74b425d57f38556a1c4073 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 28 Jun 2009 20:33:33 -0400 Subject: Copy host /etc/fstab to newly created area --- etc/rc.firmware | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.firmware') diff --git a/etc/rc.firmware b/etc/rc.firmware index 2706e51..cf9457d 100755 --- a/etc/rc.firmware +++ b/etc/rc.firmware @@ -240,6 +240,7 @@ pfSenseNanoBSDupgrade) fi # Update fstab + cp /etc/fstab /tmp/$GLABEL_SLICE/etc/fstab sed -i "" "s/pfsense${OLD_UFS_ID}/pfsense${UFS_ID}/g" /tmp/$GLABEL_SLICE/etc/fstab if [ $? != 0 ]; then echo "Something went wrong when trying to update the fstab entry. Aborting upgrade." -- cgit v1.1