Add lang/python2, lang/python3, and lang/python to GCE images
to help avoid hard-coding 'python<MAJOR>.<MINOR>' in several scripts in the client-side scripts. PR: 230248 MFC after: 3 days Submitted by: gustavo.scalet@collabora.com Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
40dfdf4382
commit
f75f16f8a7
@ -5,7 +5,8 @@
|
||||
|
||||
# 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\
|
||||
|
Loading…
Reference in New Issue
Block a user