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

isn't a very popular command :)
This commit is contained in:
Warner Losh 2015-12-24 02:02:05 +00:00
parent 6e0601e970
commit 3526f66fc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292678

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