This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:fedora [2024/11/13 13:06] mcb30 |
howto:fedora [2026/08/20 15:58] (current) mcb30 |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| | | ||
| # Start installer | # Start installer | ||
| - | kernel ${repo}/images/pxeboot/vmlinuz initrd=initrd.img inst.repo=${repo} | + | kernel ${repo}/images/pxeboot/vmlinuz inst.repo=${repo} |
| initrd ${repo}/images/pxeboot/initrd.img | initrd ${repo}/images/pxeboot/initrd.img | ||
| boot | boot | ||
| Line 64: | Line 64: | ||
| # Start installer if F12 is pressed, otherwise boot | # Start installer if F12 is pressed, otherwise boot | ||
| prompt --key 0x197e --timeout 2000 Press F12 to install Fedora... || sanboot | prompt --key 0x197e --timeout 2000 Press F12 to install Fedora... || sanboot | ||
| - | kernel ${repo}/images/pxeboot/vmlinuz initrd=initrd.img inst.repo=${repo} | + | kernel ${repo}/images/pxeboot/vmlinuz inst.repo=${repo} |
| initrd ${repo}/images/pxeboot/initrd.img | initrd ${repo}/images/pxeboot/initrd.img | ||
| boot | boot | ||
| Line 80: | Line 80: | ||
| # Start automated installer if F12 is pressed | # Start automated installer if F12 is pressed | ||
| prompt --key 0x197e --timeout 2000 Press F12 to install Fedora... || exit | prompt --key 0x197e --timeout 2000 Press F12 to install Fedora... || exit | ||
| - | kernel ${repo}/images/pxeboot/vmlinuz initrd=initrd.img inst.repo=${repo} inst.ks=${repo}/ks.cfg | + | kernel ${repo}/images/pxeboot/vmlinuz inst.repo=${repo} inst.ks=${repo}/ks.cfg |
| initrd ${repo}/images/pxeboot/initrd.img | initrd ${repo}/images/pxeboot/initrd.img | ||
| boot | boot | ||