diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common index a9e853023c9..363a68c9da7 100644 --- a/tools/tools/nanobsd/embedded/common +++ b/tools/tools/nanobsd/embedded/common @@ -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