[PC-BSD Commits] r20963 - pcbsd/current/src-qt4/pc-installgui
svn at pcbsd.org
svn at pcbsd.org
Mon Jan 14 12:51:33 PST 2013
Author: kris
Date: 2013-01-14 20:51:33 +0000 (Mon, 14 Jan 2013)
New Revision: 20963
Modified:
pcbsd/current/src-qt4/pc-installgui/installer.cpp
Log:
Run "newaliases" after installation
Modified: pcbsd/current/src-qt4/pc-installgui/installer.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-installgui/installer.cpp 2013-01-14 19:52:01 UTC (rev 20962)
+++ pcbsd/current/src-qt4/pc-installgui/installer.cpp 2013-01-14 20:51:33 UTC (rev 20963)
@@ -1018,6 +1018,7 @@
// Flag us for a first boot startup
cfgList << "runCommand=touch /var/.pcbsd-firstboot";
cfgList << "runCommand=touch /var/.pcbsd-firstgui";
+ cfgList << "runCommand=newaliases";
// Unmount our /dev
cfgList << "runExtCommand=umount ${FSMNT}/dev";
@@ -1027,6 +1028,7 @@
// Re-Extract TrueOS distfile to update some pkg config files
cfgList << "runExtCommand=cp /dist/trueos.txz ${FSMNT}/usr/local/share/pcbsd/distfiles/overlay.txz";
cfgList << "runCommand=/usr/local/share/pcbsd/scripts/extract-overlay.sh";
+ cfgList << "runCommand=newaliases";
} else { // End of PC-BSD specific setup
// Doing FreeBSD Install
More information about the Commits
mailing list