Page MenuHomeVyOS Platform

undefined var includes_chroot_dir in build-vyos-image
Closed, ResolvedPublicBUG

Description

https://github.com/vyos/vyos-build/blob/3871fb67ec18f841c5168be0b267427efaf74cdb/scripts/build-vyos-image#L415

The variable "includes_chroot_dir" is undefined.
This breaks the execution when a "build-flavor" has sth like:

[[includes_chroot]]
  path = "yyyyy"
  data = '''
xxxxxx
  '''

I guess the var content should be

build/config/includes.chroot/

Details

Difficulty level
Unknown (require assessment)
Version
1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Revisions and Commits