In few days ago, I built 1.4.0-epa2 successful.
Today, I tried to build it again but it failed.
I noticed that a new commit on github when I trace the error message.
https://github.com/vyos/vyos-build/commit/19039d6622f45dab5b85303ebb504d09e2ce07df
and the error message is
E: there is more than one kernel image file installed!
E: please make sure that kernel_version in data/defaults.toml is up to date
E: if your repository is up to date, then there is a bug
I: Executing update-initramfs -c -k 6.6.21-amd64-vyos
6.6.22-amd64-vyos
Extra argument '6.6.22-amd64-vyos'
Usage: update-initramfs {-c|-d|-u} [-k version] [-v] [-b directory]
Options:
-k version Specify kernel version or 'all'
-c Create a new initramfs
-u Update an existing initramfs
-d Remove an existing initramfs
-b directory Set alternate boot directory
-v Be verbose
See update-initramfs(8) for further details.In this situation, how should I build a specific LTS version with the github tag?
Please help me, thanks !