Skip to content

Commit

Permalink
Fix the Rawhide boot command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Nov 20, 2023
1 parent 86ba9f1 commit 49a74fa
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions generic-docker-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -1598,8 +1598,8 @@
"insmod part_gpt<enter><wait>",
"insmod ext2<enter><wait>",
"insmod chain<enter><wait>",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-38'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-38 rd.live.check ",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-39'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-39 rd.live.check ",
"net.ifnames=0 inst.text inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.fedora39.docker.ks<enter><wait>",
"initrd /images/pxeboot/initrd.img<enter><wait10>",
"boot<enter><wait>"
Expand Down Expand Up @@ -1693,8 +1693,8 @@
"insmod part_gpt<enter><wait>",
"insmod ext2<enter><wait>",
"insmod chain<enter><wait>",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-38'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-38 rd.live.check ",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-rawh'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-rawh rd.live.check ",
"net.ifnames=0 inst.text inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.rawhide.docker.ks<enter><wait>",
"initrd /images/pxeboot/initrd.img<enter><wait10>",
"boot<enter><wait>"
Expand Down
2 changes: 1 addition & 1 deletion generic-hyperv-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7542,7 +7542,7 @@
"insmod ext2<enter><wait>",
"insmod chain<enter><wait>",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-39'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-39 rd.live.check ",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-rawh rd.live.check ",
"net.ifnames=0 inst.text inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.rawhide.vagrant.x64.ks<enter><wait>",
"initrd /images/pxeboot/initrd.img<enter><wait10>",
"boot<enter><wait>"
Expand Down
2 changes: 1 addition & 1 deletion generic-libvirt-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7526,7 +7526,7 @@
"insmod ext2<enter><wait>",
"insmod chain<enter><wait>",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-39'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-39 rd.live.check ",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-rawh rd.live.check ",
"net.ifnames=0 inst.text inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.rawhide.vagrant.x64.ks<enter><wait>",
"initrd /images/pxeboot/initrd.img<enter><wait10>",
"boot<enter><wait>"
Expand Down
2 changes: 1 addition & 1 deletion generic-parallels-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -10075,7 +10075,7 @@
"insmod ext2<enter><wait>",
"insmod chain<enter><wait>",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-39'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-39 rd.live.check ",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-rawh rd.live.check ",
"net.ifnames=0 inst.text inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.rawhide.vagrant.x64.ks<enter><wait>",
"initrd /images/pxeboot/initrd.img<enter><wait10>",
"boot<enter><wait>"
Expand Down
4 changes: 2 additions & 2 deletions generic-virtualbox-x64.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
ffr{
"variables": {
"box_version": "{{env `VERSION`}}"
},
Expand Down Expand Up @@ -8284,7 +8284,7 @@
"insmod ext2<enter><wait>",
"insmod chain<enter><wait>",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-39'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-39 rd.live.check ",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-rawh rd.live.check ",
"net.ifnames=0 inst.text inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.rawhide.vagrant.x64.ks<enter><wait>",
"initrd /images/pxeboot/initrd.img<enter><wait10>",
"boot<enter><wait>"
Expand Down
2 changes: 1 addition & 1 deletion generic-vmware-x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -8186,7 +8186,7 @@
"insmod ext2<enter><wait>",
"insmod chain<enter><wait>",
"search --no-floppy --set=root -l 'Fedora-S-dvd-x86_64-39'<enter><wait>",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-39 rd.live.check ",
"linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-S-dvd-x86_64-rawh rd.live.check ",
"net.ifnames=0 inst.text inst.ks=http://{{.HTTPIP}}:{{.HTTPPort}}/generic.rawhide.vagrant.x64.ks<enter><wait>",
"initrd /images/pxeboot/initrd.img<enter><wait10>",
"boot<enter><wait>"
Expand Down

0 comments on commit 49a74fa

Please sign in to comment.