Skip to content

Commit

Permalink
More packages and fewer daemons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Steuck authored and dvyukov committed Sep 17, 2018
1 parent 68def56 commit 7f12510
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/create-openbsd-gce-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 7f12510

Please sign in to comment.