28 lines
703 B
INI
28 lines
703 B
INI
set default="0"
|
|
|
|
function load_video {
|
|
insmod all_video
|
|
}
|
|
|
|
load_video
|
|
set gfxpayload=keep
|
|
insmod gzio
|
|
insmod part_gpt
|
|
insmod ext2
|
|
insmod chain
|
|
|
|
set timeout=10
|
|
### END /etc/grub.d/00_header ###
|
|
|
|
search --no-floppy --set=root -l 'Fedora-E-dvd-x86_64-44'
|
|
|
|
### BEGIN /etc/grub.d/10_linux ###
|
|
menuentry 'Von erster lokaler Festplatte booten' --class hdd --class os {
|
|
chainloader (hd0)+1
|
|
}
|
|
|
|
menuentry 'Tuxflotte Provisioning - Fedora Workstation' --class fedora --class gnu-linux --class gnu --class os {
|
|
linux /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora-E-dvd-x86_64-44 inst.ks=https://anode.tuxflotte.de/installers/fedora-workstation/ks.cfg ip=dhcp quiet
|
|
initrd /images/pxeboot/initrd.img
|
|
}
|