summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautoinstall-openbsd-on-qemu4
1 files changed, 4 insertions, 0 deletions
diff --git a/autoinstall-openbsd-on-qemu b/autoinstall-openbsd-on-qemu
index ade311b..efe94af 100755
--- a/autoinstall-openbsd-on-qemu
+++ b/autoinstall-openbsd-on-qemu
@@ -158,6 +158,10 @@ echo "https://cdn.openbsd.org/pub/OpenBSD" > /etc/installurl
# password using doas(1).
echo "permit nopass keepenv :wheel" > /etc/doas.conf
+# Install some packages.
+#pkg_add -u # quirks
+#pkg_add curl git sqlite3 rust rust-rustfmt rust-src rust-clippy cargo-audit
+
# Patch the base system on the first boot.
#echo "syspatch && shutdown -r now" >> /etc/rc.firsttime
EOF
Generated by cgit. See skreutz.com for my tech blog and contact information.