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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to