Commit cee2a35 1 parent e34c01a commit cee2a35 Copy full SHA for cee2a35
File tree 4 files changed +16
-8
lines changed
4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ source "qemu" "fedora39" {
32
32
" insmod ext2<enter><wait>" ,
33
33
" insmod chain<enter><wait>" ,
34
34
" search --no-floppy --set=root -l 'Fedora-E-dvd-x86_64-39'<enter><wait>" ,
35
- " linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-E-dvd-x86_64-39 rd.live.check " ,
36
- " inst.cmdline inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora.ks<enter><wait>" ,
35
+ " linux /images/pxeboot/vmlinuz console=ttyS0 inst.notmux inst.cmdline " ,
36
+ " inst.stage2=hd:LABEL=Fedora-E-dvd-x86_64-39 rd.live.check " ,
37
+ " inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora.ks<enter><wait>" ,
37
38
" initrd /images/pxeboot/initrd.img<enter><wait10>" ,
38
39
" boot<enter><wait>"
39
40
]
41
+ qemuargs = [[" -serial" , " stdio" ]]
40
42
}
41
43
42
44
build {
Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ source "qemu" "fedora40" {
32
32
" insmod ext2<enter><wait>" ,
33
33
" insmod chain<enter><wait>" ,
34
34
" search --no-floppy --set=root -l 'Fedora-E-dvd-x86_64-40'<enter><wait>" ,
35
- " linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-E-dvd-x86_64-40 rd.live.check " ,
36
- " inst.cmdline inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora.ks<enter><wait>" ,
35
+ " linux /images/pxeboot/vmlinuz console=ttyS0 inst.notmux inst.cmdline " ,
36
+ " inst.stage2=hd:LABEL=Fedora-E-dvd-x86_64-40 rd.live.check " ,
37
+ " inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/fedora.ks<enter><wait>" ,
37
38
" initrd /images/pxeboot/initrd.img<enter><wait10>" ,
38
39
" boot<enter><wait>"
39
40
]
41
+ qemuargs = [[" -serial" , " stdio" ]]
40
42
}
41
43
42
44
build {
Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ source "qemu" "silverblue39" {
32
32
" insmod ext2<enter><wait>" ,
33
33
" insmod chain<enter><wait>" ,
34
34
" search --no-floppy --set=root -l 'Fedora-SB-ostree-x86_64-39'<enter><wait>" ,
35
- " linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-SB-ostree-x86_64-39 rd.live.check " ,
36
- " inst.cmdline inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/silverblue.ks<enter><wait>" ,
35
+ " linux /images/pxeboot/vmlinuz console=ttyS0 inst.notmux inst.cmdline " ,
36
+ " inst.stage2=hd:LABEL=Fedora-SB-ostree-x86_64-39 rd.live.check " ,
37
+ " inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/silverblue.ks<enter><wait>" ,
37
38
" initrd /images/pxeboot/initrd.img<enter><wait10>" ,
38
39
" boot<enter><wait>"
39
40
]
41
+ qemuargs = [[" -serial" , " stdio" ]]
40
42
}
41
43
42
44
build {
Original file line number Diff line number Diff line change @@ -32,11 +32,13 @@ source "qemu" "silverblue40" {
32
32
" insmod ext2<enter><wait>" ,
33
33
" insmod chain<enter><wait>" ,
34
34
" search --no-floppy --set=root -l 'Fedora-SB-ostree-x86_64-40'<enter><wait>" ,
35
- " linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-SB-ostree-x86_64-40 rd.live.check " ,
36
- " inst.cmdline inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/silverblue.ks<enter><wait>" ,
35
+ " linux /images/pxeboot/vmlinuz console=ttyS0 inst.notmux inst.cmdline " ,
36
+ " inst.stage2=hd:LABEL=Fedora-SB-ostree-x86_64-40 rd.live.check " ,
37
+ " inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/silverblue.ks<enter><wait>" ,
37
38
" initrd /images/pxeboot/initrd.img<enter><wait10>" ,
38
39
" boot<enter><wait>"
39
40
]
41
+ qemuargs = [[" -serial" , " stdio" ]]
40
42
}
41
43
42
44
build {
You can’t perform that action at this time.
0 commit comments