svn commit: r217545 - user/nwhitehorn/bsdinstall/scripts
Nathan Whitehorn
nwhitehorn at FreeBSD.org
Tue Jan 18 17:08:27 UTC 2011
Author: nwhitehorn
Date: Tue Jan 18 17:08:27 2011
New Revision: 217545
URL: http://svn.freebsd.org/changeset/base/217545
Log:
Avoid some warning messages in partedit after reverting partitioning.
Modified:
user/nwhitehorn/bsdinstall/scripts/auto
Modified: user/nwhitehorn/bsdinstall/scripts/auto
==============================================================================
--- user/nwhitehorn/bsdinstall/scripts/auto Tue Jan 18 16:49:51 2011 (r217544)
+++ user/nwhitehorn/bsdinstall/scripts/auto Tue Jan 18 17:08:27 2011 (r217545)
@@ -38,6 +38,7 @@ if [ ! -z "$FETCH_DISTRIBUTIONS" ]; then
fi
rm $PATH_FSTAB
+touch $PATH_FSTAB
dialog --backtitle "FreeBSD Installer" --title "Partitioning" --extra-button \
--extra-label "Manual" --ok-label "Guided" --cancel-label "Shell" \
More information about the svn-src-user
mailing list