svn commit: r292645 - head/tools/tools/nanobsd/embedded
Warner Losh
imp at FreeBSD.org
Wed Dec 23 06:49:30 UTC 2015
Author: imp
Date: Wed Dec 23 06:49:28 2015
New Revision: 292645
URL: https://svnweb.freebsd.org/changeset/base/292645
Log:
Touch /firstboot in the WORLDDIR.
Modified:
head/tools/tools/nanobsd/embedded/common
Modified: head/tools/tools/nanobsd/embedded/common
==============================================================================
--- head/tools/tools/nanobsd/embedded/common Wed Dec 23 06:49:18 2015 (r292644)
+++ head/tools/tools/nanobsd/embedded/common Wed Dec 23 06:49:28 2015 (r292645)
@@ -508,6 +508,8 @@ product_custom ( ) (
echo "growfs_type=nanobsd-pingpong" >> $rc
echo "ntpdate_enable=YES" >> $rc
echo "ntpdate_hosts=0.freebsd.pool.ntp.org 1.freebsd.pool.ntp.org" >> $rc
+ # Make sure that firstboot scripts run so growfs works.
+ touch ${NANO_WORLDDIR}/firstboot
)
late_customize_cmd product_custom
More information about the svn-src-head
mailing list