diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2026-04-11 23:35:13 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2026-04-11 23:35:13 +0200 |
| commit | 68725a3001488067b36cf143972900a9e94c50f1 (patch) | |
| tree | 9851d6ad022e7b9837923309e66d0688bebba1ca | |
| parent | 3aff7ec4e612535e81e8625ce8eba59895df76e3 (diff) | |
| download | autoinstall-openbsd-on-qemu-68725a3001488067b36cf143972900a9e94c50f1.tar.gz | |
Add pkg_add example to site-specific file set
| -rwxr-xr-x | autoinstall-openbsd-on-qemu | 4 |
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 |