Touch /firstboot in the WORLDDIR.

This commit is contained in:
Warner Losh 2015-12-23 06:49:28 +00:00
parent 14b4a9e030
commit 4e8617b60f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292645

View File

@ -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