Jonathon Anderson
Jonathon Anderson
Worth noting: because the running system is writable, you can always deploy patches to the live system using standard system administration tools. One technique might be to build your image...
Supported in the TSC meeting 7 August 2024.
@griznog I like the idea of Warewulf being able to install with an empty `/var/lib/warewulf`. I expect for things in `provision` and even `chroots` this would just be fine; but...
We're really close to this, now. ``` $ rpm -ql warewulf | grep ^/var /var/lib/warewulf /var/lib/warewulf/chroots /var/lib/warewulf/overlays ``` Maybe we should drop these directories from the package and just make...
@mslacken I know you've been working on this; is the Dockerfile that's there already fit for this purpose, or is there more dev to do?
> instead of using a struct for the NodeInfo A small point, but I think you're talking about NodeConf, not NodeInfo.
Obsoleted by #1568.
Obsoleted by NodeInfo refactor.
#904 implements this for containers.
I agree with this in general (I'd prever `wwctl node show`) but I'm marking it `__future__` for now as a relatively large UI change that we should plan a bit...