mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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
6e0601e970
commit
3526f66fc2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292678
@ -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