Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
howto:fedora [2023/11/03 12:43]
mcb30
howto:fedora [2023/11/03 12:43]
mcb30
Line 50: Line 50:
     ​     ​
     # Set source URI     # Set source URI
-    set mirror http://​download.fedoraproject.org/​pub/​fedora/​linux/​releases/​18+    set mirror http://​download.fedoraproject.org/​pub/​fedora/​linux/​releases/​38
     ​     ​
     # Set SAN target URI     # Set SAN target URI
Line 57: Line 57:
     # Detect CPU architecture and calculate repository URI     # Detect CPU architecture and calculate repository URI
     cpuid --ext 29 && set arch x86_64 || set arch i386     cpuid --ext 29 && set arch x86_64 || set arch i386
-    set repo ${mirror}/Fedora/${arch}/os+    set repo ${mirror}/Everything/${arch}/os
     ​     ​
     # Hook SAN target     # Hook SAN target
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 repo=${repo}+    kernel ${repo}/​images/​pxeboot/​vmlinuz initrd=initrd.img ​inst.repo=${repo}
     initrd ${repo}/​images/​pxeboot/​initrd.img     initrd ${repo}/​images/​pxeboot/​initrd.img
     boot     boot
howto/fedora.txt ยท Last modified: 2023/11/03 12:43 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.