freebsd-update work directory is now configurable in gocage.conf.yml

This commit is contained in:
yo
2024-09-22 19:30:35 +02:00
parent f3f348164a
commit 76c720354c
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ datastore:
# Prefix all commands with sudo
sudo: false
# Directory used to store update temporary files. Mutualized so we save bandwith
updateWorkDir: /iocage/freebsd-updates
# Columns to display when "gocage list". Column names are struct fields, see cmd/struct.go
outcol: 'JID,Name,Config.Release,Config.Ip4_addr,Running'