[ONE images] bump Fedora (-> 40), Ubuntu (-> 24.04) and OpenBSD (-> 7.5) images
This commit is contained in:
parent
f6566612b9
commit
0cb1499176
3 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=39
|
RELEASE=40
|
||||||
ARCH=x86_64
|
ARCH=x86_64
|
||||||
IMAGE_PATH=fedora-$RELEASE-$(date +%+F).img.qcow2
|
IMAGE_PATH=fedora-$RELEASE-$(date +%+F).img.qcow2
|
||||||
IMAGE_SIZE=10G
|
IMAGE_SIZE=10G
|
||||||
|
|
|
@ -7,7 +7,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=7.4
|
RELEASE=7.5
|
||||||
ARCH=amd64
|
ARCH=amd64
|
||||||
IMAGE_PATH="$(pwd)/openbsd-$RELEASE-$(date +"%Y-%m-%d").img"
|
IMAGE_PATH="$(pwd)/openbsd-$RELEASE-$(date +"%Y-%m-%d").img"
|
||||||
IMAGE_SIZE=10G
|
IMAGE_SIZE=10G
|
||||||
|
|
|
@ -9,7 +9,7 @@ set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# XXX: Handle command-line arguments?
|
# XXX: Handle command-line arguments?
|
||||||
RELEASE=mantic # 23.10
|
RELEASE=noble # 24.04 LTS
|
||||||
ARCH=amd64
|
ARCH=amd64
|
||||||
IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2
|
IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2
|
||||||
IMAGE_SIZE=10G
|
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
|
run_root DEBIAN_FRONTEND=noninteractive apt-get -y install locales linux-base linux-image-generic grub-pc
|
||||||
|
|
||||||
# Configure grub.
|
# Configure grub.
|
||||||
|
echo "GRUB_DISABLE_OS_PROBER=true" >> /mnt/etc/default/grub
|
||||||
run_root grub-install --target=i386-pc "${NBD_DEVICE}"
|
run_root grub-install --target=i386-pc "${NBD_DEVICE}"
|
||||||
run_root grub-mkconfig -o /boot/grub/grub.cfg
|
run_root grub-mkconfig -o /boot/grub/grub.cfg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue