diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-05-31 18:11:30 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-05-31 18:11:30 +0200 |
commit | fc15f9e66f790137e0c2e9c1ab1c759d10d12d44 (patch) | |
tree | 2acefd1cb23a51b6403eb92a5923ab15f238a777 /install.site | |
parent | 0a0e111167f544b5ac660bc7629be9bb9b34b91f (diff) | |
download | autoinstall-openbsd-on-qemu-fc15f9e66f790137e0c2e9c1ab1c759d10d12d44.tar |
Review
Diffstat (limited to 'install.site')
-rwxr-xr-x | install.site | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/install.site b/install.site deleted file mode 100755 index 512974f..0000000 --- a/install.site +++ /dev/null @@ -1,5 +0,0 @@ -#! /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 |