mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Touch /firstboot in the WORLDDIR.
This commit is contained in:
parent
14b4a9e030
commit
4e8617b60f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue