diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-04-02 23:32:40 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-04-02 23:32:40 +0200 |
commit | b711567e9ff375d42407b0fbd67abaa22d9e9d1b (patch) | |
tree | d9e8edf2141c2b3579f52e72e00f2ffa26e5cdae /install.site | |
parent | 5ed017e3411519303ef70e0ded7282a92f179d7e (diff) | |
download | autoinstall-openbsd-on-qemu-b711567e9ff375d42407b0fbd67abaa22d9e9d1b.tar |
Revise after successful test
Diffstat (limited to 'install.site')
-rwxr-xr-x | install.site | 5 |
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 |