[PC-BSD Commits] r20718 - pcbsd/current/src-qt4/pc-installgui
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 19 16:27:46 PST 2012
Author: kris
Date: 2012-12-20 00:27:46 +0000 (Thu, 20 Dec 2012)
New Revision: 20718
Modified:
pcbsd/current/src-qt4/pc-installgui/installer.cpp
Log:
Remove backup kernel copy
Modified: pcbsd/current/src-qt4/pc-installgui/installer.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-installgui/installer.cpp 2012-12-20 00:27:10 UTC (rev 20717)
+++ pcbsd/current/src-qt4/pc-installgui/installer.cpp 2012-12-20 00:27:46 UTC (rev 20718)
@@ -1003,10 +1003,6 @@
// Make sure the xsetup wizard starts at first boot
cfgList << "runCommand=touch /var/.runxsetup";
- // Make a backup copy of the pcbsd kernel so that users can
- // Load their own and get back to a known working copy
- cfgList << "runCommand=cp -R /boot/kernel /boot/kernel.pcbsd";
-
// Refresh the xdg menus
cfgList << "runCommand=/usr/local/bin/pc-xdgutil updatemenu";
More information about the Commits
mailing list