Releases: outpaddling/auto-admin
Bug fixes, performance and interface improvements
auto-pkgsrc-setup: Add custom umask to sbmake wrapper to override user env
auto-change-id: Improve performance with find -exec +, prune nfs mounts
auto-gpu-setup: Install drm-kmod from source and tag for upgrading from source
auto-nfs-*-setup: Add support for nfsuserd, generalize UI
auto-nfs-restart: Restart nfsuserd in case domain has changed
Numerous minor enhancements
Improvements to auto-admin menu
auto-update-system: Add support for reinstalling specified ports from source
auto-pkgsrc-setup: Add PKGSRC dir to mk.conf for pkg_chk
auto-install-packages: Add CLI flags for installing from source and skipping options dialog
Add Darwin and pkgsrc support to some scripts
UI improvements to several scripts
Enhancements for desktop-installer and SPCM
Add MacBook hacks for desktop-installer
Add scripts to detect local network settings used as defaults in cluster-setup, etc
auto-firewall-setup: Copy /etc/rc.firewall to /etc/ipfw.rules to avoid freebsd-update conflicts
auto-ask: Move saved responses from current directory to ~/.config and add AUTO_ASK_TAG_PREFIX to help avoid collisions
Security, bug fixes, enhancements
Improve auto-admin menus
Add auto-fix-date
Improve security of su'd commands
Remove redundant auto-wheel-check (use auto-group-check)
Other minor fixes and enhancements
Minor bug fixes and improvements
Standardize unsupported OS message
Make sure all scripts have an auto-ostype case if needed
auto-fusefs-install: Do deinstall clean reinstall every time to avoid failures on subsequent runs
auto-freebsd-wip-checkout: Fix git option
Clean up and improve comments
Numerous improvements and bug fixes
auto-firewall-setup: Prompt user for subnet spec
auto-mark-package-critical: New script to add packages checked for availability by auto-update-system
auto-pkgsrc-setup: Rename bmake wrapper to sbmake/safe-bmake and leave bmake binary intact. Add some additional checks and clean up code.
auto-pxe-installer-setup: Bug fixes and improvements for RHEL/CentOS 7
auto-update-system: Make sure installed packages designated as critical are available before running pkg upgrade. Rebuild pkg from source if the binary packages is behind the ports tree.
auto-wifi-failover: Better interface detection, automatically clean up rc.conf
Other minor fixes and enhancements
auto-pkg-branch bugfix
date +'%m' reports month with a leading 0, which the shell interprets as octal, causing the script to fail in August and September.
Unbreak desktop-installer
Fix auto-check-ports-branch to prevent desktop-installer abort
Add auto-firewall-setup to enable basic IPFW config
Other minor bug fixes and enhancements
Much improved auto-gpu-setup
Factor code to ensure clean and consistent resulting config
Add no driver/DRM and "don't touch my config" options
Remove deprecated legacy DRM option (can still be manually configured)
Add auto-su+j-toggle
Script to enable/disable UFS2 su+j journal
Code clean up and minor fixes