[ONE images] bump Fedora (-> 40), Ubuntu (-> 24.04) and OpenBSD (-> 7.5) images

This commit is contained in:
fnux 2024-04-30 08:50:19 +02:00
parent f6566612b9
commit 0cb1499176
No known key found for this signature in database
GPG key ID: 4502C902C00A1E12
3 changed files with 4 additions and 3 deletions

View file

@ -18,7 +18,7 @@ set -e
set -x
# XXX: Handle command-line arguments?
RELEASE=39
RELEASE=40
ARCH=x86_64
IMAGE_PATH=fedora-$RELEASE-$(date +%+F).img.qcow2
IMAGE_SIZE=10G

View file

@ -7,7 +7,7 @@ set -e
set -x
# XXX: Handle command-line arguments?
RELEASE=7.4
RELEASE=7.5
ARCH=amd64
IMAGE_PATH="$(pwd)/openbsd-$RELEASE-$(date +"%Y-%m-%d").img"
IMAGE_SIZE=10G

View file

@ -9,7 +9,7 @@ set -e
set -x
# XXX: Handle command-line arguments?
RELEASE=mantic # 23.10
RELEASE=noble # 24.04 LTS
ARCH=amd64
IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2
IMAGE_SIZE=10G
@ -122,6 +122,7 @@ run_root "echo 'grub-pc grub-pc/install_devices_empty boolean true' | debconf-se
run_root DEBIAN_FRONTEND=noninteractive apt-get -y install locales linux-base linux-image-generic grub-pc
# Configure grub.
echo "GRUB_DISABLE_OS_PROBER=true" >> /mnt/etc/default/grub
run_root grub-install --target=i386-pc "${NBD_DEVICE}"
run_root grub-mkconfig -o /boot/grub/grub.cfg