diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-04-01 01:46:49 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-04-01 01:48:23 +0200 |
commit | fe000ff236b48a26e40bf9a263c4524b91f078f7 (patch) | |
tree | 8bfc06ac6aee3e734fd65ace8e795742d69c49e8 /install.site | |
parent | 253f0f79bab234716d8f9eb26a198b41f0e972a5 (diff) | |
download | autoinstall-openbsd-on-qemu-fe000ff236b48a26e40bf9a263c4524b91f078f7.tar |
Revise
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 |