[PC-BSD Commits] r6273 - pcbsd/trunk/pc-sysinstall/backend-query
svn at pcbsd.org
svn at pcbsd.org
Thu Feb 18 06:54:41 PST 2010
Author: kris
Date: 2010-02-18 06:54:41 -0800 (Thu, 18 Feb 2010)
New Revision: 6273
Modified:
pcbsd/trunk/pc-sysinstall/backend-query/update-part-list.sh
Log:
Fixed a bug during install, export any found zpools so that we can overwrite them later in the install if
the user is doing that
Modified: pcbsd/trunk/pc-sysinstall/backend-query/update-part-list.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend-query/update-part-list.sh 2010-02-18 14:15:59 UTC (rev 6272)
+++ pcbsd/trunk/pc-sysinstall/backend-query/update-part-list.sh 2010-02-18 14:54:41 UTC (rev 6273)
@@ -133,3 +133,9 @@
fi # End of if ${i}a
done
+
+# Export all zpools again, so that we can overwrite these partitions potentially
+for i in `zpool list -H -o name`
+do
+ zpool export -f ${i}
+done
More information about the Commits
mailing list