Skip to content

Releases: outpaddling/auto-admin

Bug fixes, performance and interface improvements

07 Feb 18:23
Compare
Choose a tag to compare

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

29 Jan 14:24
Compare
Choose a tag to compare

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

06 Jan 01:31
Compare
Choose a tag to compare

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

27 Dec 22:29
Compare
Choose a tag to compare

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

17 Dec 15:30
Compare
Choose a tag to compare

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

29 Oct 23:45
Compare
Choose a tag to compare

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

11 Aug 14:49
Compare
Choose a tag to compare

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

11 Jul 17:42
Compare
Choose a tag to compare

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

11 Jun 16:09
Compare
Choose a tag to compare

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

02 Jun 18:00
Compare
Choose a tag to compare

Script to enable/disable UFS2 su+j journal
Code clean up and minor fixes