1
- source "qemu" "silverblue39 " {
2
- iso_url = " https://download.fedoraproject.org/pub/fedora/linux/releases/39 /Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-39 -1.5 .iso"
3
- iso_checksum = " file:https://download.fedoraproject.org/pub/fedora/linux/releases/39 /Silverblue/x86_64/iso/Fedora-Silverblue-39 -1.5 -x86_64-CHECKSUM"
1
+ source "qemu" "silverblue41 " {
2
+ iso_url = " https://download.fedoraproject.org/pub/fedora/linux/releases/41 /Silverblue/x86_64/iso/Fedora-Silverblue-ostree-x86_64-41 -1.4 .iso"
3
+ iso_checksum = " file:https://download.fedoraproject.org/pub/fedora/linux/releases/41 /Silverblue/x86_64/iso/Fedora-Silverblue-41 -1.4 -x86_64-CHECKSUM"
4
4
vga = " virtio"
5
5
cpus = 2
6
6
memory = 4096
@@ -9,7 +9,7 @@ source "qemu" "silverblue39" {
9
9
qmp_enable = true
10
10
disk_discard = " unmap"
11
11
http_content = {
12
- " /silverblue.ks" = templatefile (" ${ path . root } /silverblue.ks" , { path = path, hostname = " silverblue39 " , version = " 39 " })
12
+ " /silverblue.ks" = templatefile (" ${ path . root } /silverblue.ks" , { path = path, hostname = " silverblue41 " , version = " 41 " })
13
13
}
14
14
ssh_handshake_attempts = 1000
15
15
ssh_timeout = " 2h"
@@ -31,9 +31,9 @@ source "qemu" "silverblue39" {
31
31
" insmod part_gpt<enter><wait>" ,
32
32
" insmod ext2<enter><wait>" ,
33
33
" insmod chain<enter><wait>" ,
34
- " search --no-floppy --set=root -l 'Fedora-SB-ostree-x86_64-39 '<enter><wait>" ,
34
+ " search --no-floppy --set=root -l 'Fedora-SB-ostree-x86_64-41 '<enter><wait>" ,
35
35
" linux /images/pxeboot/vmlinuz console=ttyS0 inst.notmux inst.cmdline " ,
36
- " inst.stage2=hd:LABEL=Fedora-SB-ostree-x86_64-39 " ,
36
+ " inst.stage2=hd:LABEL=Fedora-SB-ostree-x86_64-41 " ,
37
37
" inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/silverblue.ks<enter><wait>" ,
38
38
" initrd /images/pxeboot/initrd.img<enter><wait10>" ,
39
39
" boot<enter><wait>"
@@ -43,7 +43,7 @@ source "qemu" "silverblue39" {
43
43
44
44
build {
45
45
sources = [
46
- " source.qemu.silverblue39 "
46
+ " source.qemu.silverblue41 "
47
47
]
48
48
49
49
post-processors {
@@ -53,7 +53,7 @@ build {
53
53
}
54
54
55
55
post-processor "vagrant-registry" {
56
- box_tag = " gnome-shell-box/silverblue39 "
56
+ box_tag = " gnome-shell-box/silverblue41 "
57
57
version = var. version
58
58
}
59
59
}
0 commit comments