runborg / vyos-pi-builder

71 stars 22 forks source link

build error #30

Open marcofrl1 opened 4 months ago

marcofrl1 commented 4 months ago

Hi, I try to build the RPI ISO but I have an error: lb config: unrecognized option '--updates'telegraf_1.23.1-1_arm64.deb Traceback (most recent call last): File "/home/marco/vyos-pi-builder/vyos-build/./build-vyos-image", line 614, in shutil.copy(f, os.path.join(defaults.LOCAL_PACKAGES_PATH, os.path.basename(f))) File "/usr/lib/python3.12/shutil.py", line 435, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "/usr/lib/python3.12/shutil.py", line 262, in copyfile with open(dst, 'wb') as fdst: ^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'config/packages.chroot/telegraf_1.23.1-1_arm64.deb'

the package telegraf_1.23.1-1_arm64.deb is prensent in the build directory and the directory config/packages.chroot don't exist.

Can you help me?