jack-broadway / vyos-modular

A build system for vyos that allows you to import local/external modules to customize the build
18 stars 5 forks source link

Hashing fails, prevents updating system images #9

Closed kylechase closed 11 months ago

kylechase commented 11 months ago

Building an image with the following fails

python3 main.py build_iso -b current -r current
cp build/baseiso.iso dist/isos
python3 main.py build -c config.yml

The md5sum.txt file doesn't seem to get updated after the tailscale module is applied.

I checked manually with md5sum -c md5sum.txt, and I will attach the output file here.

I will need to look into this a little more, it might be an upstream issue.

md5sum-fail.txt config.yml.txt

kylechase commented 11 months ago

Just confirming that the same results occur when using sample-config.yml

jack-broadway commented 11 months ago

No it is an issue with vyos-modular, I admittedly haven't done an in place upgrade before on my infra as I tend to run in HA pairs. This should be an easy enough fix :)

jack-broadway commented 11 months ago

@kylechase Problem should be fixed in the 2.1.0 release