From badade21fb0c2d39b26cff63fb15a19c661c609f Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 16 Aug 2018 15:17:22 +0000 Subject: [PATCH] MFC r337717, r337718: r337717: Add lang/python2, lang/python3, and lang/python to GCE images to help avoid hard-coding 'python.' in several scripts in the client-side scripts. [1] r337718: Add a space between a variable and escaped new line. PR: 230248 [1] Sponsored by: The FreeBSD Foundation --- release/tools/gce.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release/tools/gce.conf b/release/tools/gce.conf index e754d8e8597..9f1f2c90f36 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -5,10 +5,11 @@ # Set to a list of packages to install. export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \ - google-cloud-sdk panicmail sudo sysutils/py-google-compute-engine" + google-cloud-sdk panicmail sudo sysutils/py-google-compute-engine \ + lang/python lang/python2 lang/python3" # Set to a list of third-party software to enable in rc.conf(5). -export VM_RC_LIST="ntpd sshd growfs\ +export VM_RC_LIST="ntpd sshd growfs \ firstboot_pkgs firstboot_freebsd_update google_startup \ google_accounts_daemon google_clock_skew_daemon \ google_instance_setup google_network_daemon" -- 2.45.0