[PC-BSD Commits] r5747 - pcbsd/trunk/pc-sysinstall/backend
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 4 07:17:51 PST 2010
Author: kris
Date: 2010-01-04 07:17:51 -0800 (Mon, 04 Jan 2010)
New Revision: 5747
Modified:
pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh
Log:
Updated pc-sysinstall to make sure commands get run post-upgrade, which fixes bugs with ttys
not being copied
Modified: pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh
===================================================================
--- pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh 2010-01-04 10:04:02 UTC (rev 5746)
+++ pcbsd/trunk/pc-sysinstall/backend/parseconfig.sh 2010-01-04 15:17:51 UTC (rev 5747)
@@ -119,6 +119,9 @@
# Start the extraction process
init_extraction
+
+ # Now run any commands specified
+ run_commands
# All finished, unmount the file-systems
unmount_upgrade
More information about the Commits
mailing list