Add quotes to prevent syntax errors on boot. 1.freebsd.pool.ntp.org
isn't a very popular command :)
This commit is contained in:
parent
858a8ee289
commit
113a27e91c
@ -442,7 +442,7 @@ typical_embedded ( ) (
|
||||
echo "growfs_type=nanobsd-pingpong" >> $rc
|
||||
echo "ntpdate_enable=YES" >> $rc
|
||||
echo "ifconfig_DEFAULT=DHCP" >> $rc
|
||||
echo "ntpdate_hosts=0.freebsd.pool.ntp.org 1.freebsd.pool.ntp.org" >> $rc
|
||||
echo "ntpdate_hosts='0.freebsd.pool.ntp.org 1.freebsd.pool.ntp.org'" >> $rc
|
||||
# Make sure that firstboot scripts run so growfs works.
|
||||
# Note: still some issues remvoing this XXX
|
||||
touch ${NANO_WORLDDIR}/firstboot
|
||||
|
Loading…
Reference in New Issue
Block a user