bcook
1
Is there anyway to push/save config changes automatically?
(after looking all over for this, and talking it out with myself… maybe I can get some sort of podman with git…)
https://hub.docker.com/r/alpine/git
Side question…
How to set TZ on boot?
(old article… but you can never unsee this article and will forever think about setting TZ; no one wants their systems to be faster… )
musl does not have this…
root@rolling-0615:/config# ls -al /etc/localtime
lrwxrwxrwx 1 root root 36 Jun 15 11:37 /etc/localtime -> /usr/share/zoneinfo/America/New_York
root@rolling-0615:/config# grep localtime /config/scripts/vyos-postconfig-bootup.script
rm /etc/localtime; ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
Still isn’t the full system env of TZ being set…
anyway… thanks in advance.
cloud-init will be the best option.
bcook
3
Thank you for the response…
bare metal vyos here.
The *sense collections have backup/push configuration options…
Looking to save and diff with possible commit messages over time…
How about regenerating Vyos iso with pre-configuration?