summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-09 12:00:34 +0200
committerChristian Poessinger <christian@poessinger.com>2021-06-20 20:38:18 +0200
commit7153c169178dafd4823858ac5117066fbceba640 (patch)
tree351a62d4330b57c616079e1492ae6063e70fb442 /scripts
parentcfdae1abacb7e5689e36f8198b7cb92ca6542663 (diff)
downloadvyos-build-7153c169178dafd4823858ac5117066fbceba640.tar.gz
vyos-build-7153c169178dafd4823858ac5117066fbceba640.zip
Debian: T3641: switch to new distro Debian 11 - Bullseye
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-build-config8
-rwxr-xr-xscripts/make-version-file2
2 files changed, 5 insertions, 5 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
diff --git a/scripts/make-version-file b/scripts/make-version-file
index e35dfd8b..04e27c44 100755
--- a/scripts/make-version-file
+++ b/scripts/make-version-file
@@ -105,7 +105,7 @@ PRETTY_NAME="VyOS {version} ({build_config['release_train']})"
NAME="VyOS"
VERSION_ID="{version}"
VERSION="{version} ({build_config['release_train']})"
-VERSION_CODENAME=buster
+VERSION_CODENAME=bullseye
ID=vyos
HOME_URL="https://vyos.io"
SUPPORT_URL="https://support.vyos.io"