diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2015-03-31 01:44:29 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2015-03-31 01:44:29 +0000 |
commit | 6e8e6c99513d6389503137fd5dcb1df80e807960 (patch) | |
tree | a059443053c6dc70c6c5ee704da86746c356b85f /release/tools/gce.conf | |
parent | 333d2959464375d2677cd834fb597acc84305649 (diff) | |
download | src-6e8e6c99513d6389503137fd5dcb1df80e807960.tar.gz src-6e8e6c99513d6389503137fd5dcb1df80e807960.zip |
Partially revert r278118 now that the required logic for deciding whether
freebsd-update can be useful has moved into the firstboot_freebsd_update
script.
Notes
Notes:
svn path=/head/; revision=280881
Diffstat (limited to 'release/tools/gce.conf')
-rw-r--r-- | release/tools/gce.conf | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/release/tools/gce.conf b/release/tools/gce.conf index c8af6507b5d7..082ac0dafd19 100644 --- a/release/tools/gce.conf +++ b/release/tools/gce.conf @@ -10,7 +10,7 @@ export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \ # 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" |