Add quotes to prevent syntax errors on boot. 1.freebsd.pool.ntp.org

isn't a very popular command :)
This commit is contained in:
imp 2015-12-24 02:02:05 +00:00
parent 858a8ee289
commit 113a27e91c

View File

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