summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2024-04-25made newsyslog.conf a config file and not a template (needs adaption for ↵Andreas Baumann
small /var/log filesystems)
2023-10-19updated to OpenBSD 7.4Andreas Baumann
2023-04-20fixed naming in hardware flash parameters (SECTORS_PER_CYLINDER, not ↵Andreas Baumann
SECTORES_PER_CYLINDER)
2022-10-23added termcap, updated bug listAndreas Baumann
2022-10-22copy dhcpleased/dhclient binaries if necessaryAndreas Baumann
removed -c parameter from vnconfig
2022-05-30added note and variable for root device in build.sh scriptAndreas Baumann
2020-06-05removed snmpctl (removed already in 6.6)Andreas Baumann
copying dig from /usr/bin instead of /usr/sbin
2019-10-20small fix around /etc/badhosts in /etc/pf.confAndreas Baumann
2018-11-01added cert.pem when installing ntp (otherwise we get an unveil error and a ↵Andreas Baumann
daemon not starting
2018-04-15updated to OpenBSD 6.3Andreas Baumann
2017-10-19updated to OpenBSD 6.2Andreas Baumann
synched configuration
2017-01-08added relaydAndreas Baumann
2016-07-15updated to OpenBSD 5.9Andreas Baumann
2016-01-24added two nsd's for handling the split horizonAndreas Baumann
2016-01-24- small fix when copying nsd userland utilitiesAndreas Baumann
- copying also jstarrc configuration (otherwise Ctrl-xxx shortcuts don't work)
2016-01-23- added nsd instead of namedAndreas Baumann
- having nsd server a local 'lan' zone (and reverse zone)
2016-01-23having a restart_dns script (for now with unbound), added forwardersAndreas Baumann
2016-01-23added root.hints for unboundAndreas Baumann
2016-01-23added find/xargs and wolAndreas Baumann
2016-01-23added unbound (prelimiary)Andreas Baumann
2016-01-22cleaned up some messages in build.shAndreas Baumann
2016-01-22- probe and copy all shared at the very endAndreas Baumann
- have binaries for optional config be copied on demand - added restart_dhcpd script
2016-01-18remove vnd device after buildAndreas Baumann
2016-01-18sleep before unmounting in build.sh (for very old machines)Andreas Baumann
2016-01-17fixed location of ntpd.conf in build.sh scriptAndreas Baumann
2016-01-17no more userland crypto deviceAndreas Baumann
2015-10-23fixed calculation of disklabel offset and size of diskAndreas Baumann
2015-05-18synchronized config (DNS, DHCP, network)Andreas Baumann
2015-03-02removed some configsAndreas Baumann
2015-02-20imported initial versionCharlie Root