summaryrefslogtreecommitdiff
path: root/scripts/image-build/defaults.py
diff options
context:
space:
mode:
authorAndrii Klymenko <a.klymenko@vyos.io>2026-09-07 18:41:53 +0300
committerGitHub <noreply@github.com>2026-09-07 18:41:53 +0300
commit098dde1a06fc3bd588cfb3e277b7f0995bfef801 (patch)
tree0051db11d3da9d4cdbdf9bbd136fa37695a6ebda /scripts/image-build/defaults.py
parentcf80f5db24dc37ef74e47dd7cc463035bbafe63a (diff)
parentb8e182138afddfe6a1d20a0aa5d543eca99058df (diff)
downloadvyos-build-098dde1a06fc3bd588cfb3e277b7f0995bfef801.tar.gz
vyos-build-098dde1a06fc3bd588cfb3e277b7f0995bfef801.zip
Merge pull request #1295 from c-po/arm64-configtests
T9014: install flavor.json before Debian packages are installed
Diffstat (limited to 'scripts/image-build/defaults.py')
-rw-r--r--scripts/image-build/defaults.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/image-build/defaults.py b/scripts/image-build/defaults.py
index 29a6d59f..be417ca1 100644
--- a/scripts/image-build/defaults.py
+++ b/scripts/image-build/defaults.py
@@ -62,6 +62,9 @@ PBUILDER_DIR = 'pbuilder'
LB_CONFIG_DIR = 'config'
CHROOT_INCLUDES_DIR = 'config/includes.chroot'
+# Files that must already be present while the Debian packages are installed,
+# live-build copies this directory into the chroot before package installation
+CHROOT_INCLUDES_EARLY_DIR = 'config/includes.chroot_before_packages'
BINARY_INCLUDES_DIR = 'config/includes.binary'
ARCHIVES_DIR = 'config/archives/'