Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 01:44:30 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280881 - head/release/tools
Message-ID:  <201503310144.t2V1iU9e056816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cperciva
Date: Tue Mar 31 01:44:29 2015
New Revision: 280881
URL: https://svnweb.freebsd.org/changeset/base/280881

Log:
  Partially revert r278118 now that the required logic for deciding whether
  freebsd-update can be useful has moved into the firstboot_freebsd_update
  script.

Modified:
  head/release/tools/gce.conf

Modified: head/release/tools/gce.conf
==============================================================================
--- head/release/tools/gce.conf	Tue Mar 31 01:44:07 2015	(r280880)
+++ head/release/tools/gce.conf	Tue Mar 31 01:44:29 2015	(r280881)
@@ -10,7 +10,7 @@ export VM_EXTRA_PACKAGES="firstboot-free
 
 # Set to a list of third-party software to enable in rc.conf(5).
 export VM_RC_LIST="google_accounts_manager ntpd sshd firstboot_growfs \
-	firstboot_pkgs google_startup"
+	firstboot_pkgs firstboot_freebsd_update google_startup"
 
 vm_extra_install_base() {
 	echo 'search google.internal' > ${DESTDIR}/etc/resolv.conf
@@ -23,13 +23,6 @@ vm_extra_pre_umount() {
 dumpdev="AUTO"
 ifconfig_DEFAULT="SYNCDHCP mtu 1460"
 ntpd_sync_on_start="YES"
-case \$(uname -r) in
-	*-BETA*|*-RC*|*-RELEASE*)
-		firstboot_freebsd_update_enable="YES"
-		;;
-	*)
-		;;
-esac
 # need to fill in something here
 #firstboot_pkgs_list=""
 panicmail_autosubmit="YES"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503310144.t2V1iU9e056816>