diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:39:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-20 20:39:34 +0200 |
commit | f6a22713708902cb564ceda50cd8a393fdfb84f0 (patch) | |
tree | 6771cc3bd21b1b523f246d19e4974f957c4a768d /scripts/live-build-config | |
parent | cfdae1abacb7e5689e36f8198b7cb92ca6542663 (diff) | |
parent | aa73538c199c60ccf7528f2b00c2c762c2a5c6f5 (diff) | |
download | vyos-build-f6a22713708902cb564ceda50cd8a393fdfb84f0.tar.gz vyos-build-f6a22713708902cb564ceda50cd8a393fdfb84f0.zip |
Merge branch 'debian-bullseye' into current
* debian-bullseye:
T3641: hooks: use Python3 interpreter
vmware: tools.conf is now provided via vyos-1x-vmware package
Docker: T3641: add libiptc-dev build time dependency required by strongSwan
FRR: T3641: fix package build on Bullseye (workaround)
Docker: T3641: update rtrlib version 0.6.3 -> 0.7.0
Debian: T3641: switch to new distro Debian 11 - Bullseye
Diffstat (limited to 'scripts/live-build-config')
-rwxr-xr-x | scripts/live-build-config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/live-build-config b/scripts/live-build-config index 467ef252..6a2a345d 100755 --- a/scripts/live-build-config +++ b/scripts/live-build-config @@ -42,7 +42,7 @@ lb config noauto \ --bootloader syslinux,grub-efi \ --binary-images iso-hybrid \ --checksums 'sha256 md5' \ - --debian-installer false \ + --debian-installer none \ --distribution {{distribution}} \ --iso-application "VyOS" \ --iso-publisher "{{build_by}}" \ @@ -56,9 +56,9 @@ lb config noauto \ --archive-areas "main contrib non-free" \ --firmware-chroot false \ --firmware-binary false \ - --updates true \ - --security true \ - --backports true \ + --updates false \ + --security false \ + --backports false \ --apt-recommends false \ --apt-options "--yes -oAPT::Default-Release="current" -oAPT::Get::allow-downgrades=true" \ --apt-indices false |