diff options
| author | Greg Steuck <gnezdo@google.com> | 2018-09-16 00:19:10 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-17 09:44:01 +0200 |
| commit | 7f125108ae79bbb6e5b3a4eedf3ab7fbcb845744 (patch) | |
| tree | f7785268ac71d972387e91b21db3551c6b7ab598 /tools/create-openbsd-gce-ci.sh | |
| parent | 68def56dcee511f758e2c515d73912e2cc04ce96 (diff) | |
More packages and fewer daemons.
Diffstat (limited to 'tools/create-openbsd-gce-ci.sh')
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh index a3342c502..458f76cd3 100755 --- a/tools/create-openbsd-gce-ci.sh +++ b/tools/create-openbsd-gce-ci.sh @@ -30,7 +30,7 @@ mkdir -p etc cat >install.site <<EOF #!/bin/sh syspatch -pkg_add -iv bash git gmake go && echo pkg_add OK +pkg_add -iv bash git gmake go llvm nano wget && echo pkg_add OK echo 'set tty com0' > boot.conf echo 'PasswordAuthentication no' >> /etc/ssh/sshd_config @@ -55,6 +55,9 @@ EOF chmod +x install.site cat >etc/rc.conf.local <<EOF +slaacd_flags=NO +smtpd_flags=NO +sndiod_flags=NO vmd_flags= EOF |
