diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 2 | ||||
-rwxr-xr-x | scripts/make-version-file | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 246f90b8..ff818a10 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 \ diff --git a/scripts/make-version-file b/scripts/make-version-file index 84d82877..a5d94a65 100755 --- a/scripts/make-version-file +++ b/scripts/make-version-file @@ -108,7 +108,7 @@ 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" |