View | Details | Raw Unified | Return to bug 228949 | Differences between
and this patch

Collapse All | Expand All

(-)b/release/tools/gce.conf (-3 / +1 lines)
Lines 12-19 export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs \ Link Here
12
export VM_RC_LIST="ntpd sshd firstboot_growfs \
12
export VM_RC_LIST="ntpd sshd firstboot_growfs \
13
	firstboot_pkgs firstboot_freebsd_update google_startup \
13
	firstboot_pkgs firstboot_freebsd_update google_startup \
14
	google_accounts_daemon google_clock_skew_daemon \
14
	google_accounts_daemon google_clock_skew_daemon \
15
	google_instance_setup google_ip_forwarding_daemon \
15
	google_instance_setup google_network_daemon"
16
	google_network_setup"
17
16
18
vm_extra_install_base() {
17
vm_extra_install_base() {
19
	echo 'search google.internal' > ${DESTDIR}/etc/resolv.conf
18
	echo 'search google.internal' > ${DESTDIR}/etc/resolv.conf
20
- 

Return to bug 228949