[PC-BSD Commits] r6891 - in pcbsd: current/pc-sysinstall/backend stable/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 10 10:27:38 PDT 2010
Author: kris
Date: 2010-06-10 10:27:37 -0700 (Thu, 10 Jun 2010)
New Revision: 6891
Modified:
pcbsd/current/pc-sysinstall/backend/parseconfig.sh
pcbsd/stable/pc-sysinstall/backend/parseconfig.sh
Log:
Install components during an upgrade if the user requests
Modified: pcbsd/current/pc-sysinstall/backend/parseconfig.sh
===================================================================
--- pcbsd/current/pc-sysinstall/backend/parseconfig.sh 2010-06-10 17:21:59 UTC (rev 6890)
+++ pcbsd/current/pc-sysinstall/backend/parseconfig.sh 2010-06-10 17:27:37 UTC (rev 6891)
@@ -129,6 +129,9 @@
# Merge any old configuration files
merge_old_configs
+ # Check if we have any optional modules to load
+ install_components
+
# All finished, unmount the file-systems
unmount_upgrade
Modified: pcbsd/stable/pc-sysinstall/backend/parseconfig.sh
===================================================================
--- pcbsd/stable/pc-sysinstall/backend/parseconfig.sh 2010-06-10 17:21:59 UTC (rev 6890)
+++ pcbsd/stable/pc-sysinstall/backend/parseconfig.sh 2010-06-10 17:27:37 UTC (rev 6891)
@@ -129,6 +129,9 @@
# Merge any old configuration files
merge_old_configs
+ # Check if we have any optional modules to load
+ install_components
+
# All finished, unmount the file-systems
unmount_upgrade
More information about the Commits
mailing list