From 1e116e025439432cd42c3894dcaaafeb06bf8653 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Sun, 12 Feb 2023 20:46:12 +0100 Subject: debian: T5003: Update to to Debian 12 "Bookworm" * Remove obsolete packages and dependencies --- scripts/make-version-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/make-version-file b/scripts/make-version-file index e6d327a..a5d94a6 100755 --- a/scripts/make-version-file +++ b/scripts/make-version-file @@ -108,11 +108,11 @@ PRETTY_NAME="VyOS {version} ({build_config['release_train']})" NAME="VyOS" VERSION_ID="{version}" VERSION="{version} ({build_config['release_train']})" -VERSION_CODENAME=bullseye +VERSION_CODENAME=bookworm ID=vyos HOME_URL="https://vyos.io" SUPPORT_URL="https://support.vyos.io" -BUG_REPORT_URL="https://phabricator.vyos.net" +BUG_REPORT_URL="https://vyos.dev" """ os.makedirs(os.path.join(defaults.CHROOT_INCLUDES_DIR, 'usr/share/vyos'), exist_ok=True) -- cgit v1.2.3 From 52073f8ee6ae86b018e8303714a2bfa78980e7e4 Mon Sep 17 00:00:00 2001 From: sarthurdev <965089+sarthurdev@users.noreply.github.com> Date: Mon, 13 Feb 2023 10:15:15 +0100 Subject: debian: T5003: Increase VM memory - tests failed due to OOM condition --- scripts/check-qemu-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 246f90b..ff818a1 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -146,7 +146,7 @@ def get_qemu_cmd(name, enable_kvm, enable_uefi, disk_img, raid=None, iso_img=Non -smp sockets=1,cpus={cpucount},cores=1 \ -cpu host \ {uefi} \ - -m 2G \ + -m 3G \ -vga none \ -nographic \ -machine accel=kvm \ -- cgit v1.2.3