summaryrefslogtreecommitdiff
path: root/install.site
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2020-04-01 01:46:49 +0200
committerStefan Kreutz <mail@skreutz.com>2020-04-01 01:48:23 +0200
commitfe000ff236b48a26e40bf9a263c4524b91f078f7 (patch)
tree8bfc06ac6aee3e734fd65ace8e795742d69c49e8 /install.site
parent253f0f79bab234716d8f9eb26a198b41f0e972a5 (diff)
downloadautoinstall-openbsd-on-qemu-fe000ff236b48a26e40bf9a263c4524b91f078f7.tar
Revise
Diffstat (limited to 'install.site')
-rwxr-xr-xinstall.site5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.site b/install.site
new file mode 100755
index 0000000..512974f
--- /dev/null
+++ b/install.site
@@ -0,0 +1,5 @@
+#! /bin/ksh
+set -o errexit
+echo "https://cdn.openbsd.org/pub/OpenBSD" > /etc/installurl
+echo "permit nopass keepenv :wheel" > /etc/doas.conf
+#echo "syspatch && shutdown -r now" >> /etc/rc.firsttime
Generated by cgit. See skreutz.com for my tech blog and contact information.