svn commit: r292678 - head/tools/tools/nanobsd/embedded

Warner Losh imp at FreeBSD.org
Thu Dec 24 02:02:07 UTC 2015


Author: imp
Date: Thu Dec 24 02:02:05 2015
New Revision: 292678
URL: https://svnweb.freebsd.org/changeset/base/292678

Log:
  Add quotes to prevent syntax errors on boot. 1.freebsd.pool.ntp.org
  isn't a very popular command :)

Modified:
  head/tools/tools/nanobsd/embedded/common

Modified: head/tools/tools/nanobsd/embedded/common
==============================================================================
--- head/tools/tools/nanobsd/embedded/common	Thu Dec 24 01:48:40 2015	(r292677)
+++ head/tools/tools/nanobsd/embedded/common	Thu Dec 24 02:02:05 2015	(r292678)
@@ -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


More information about the svn-src-head mailing list