38 lines
1.0 KiB
INI
38 lines
1.0 KiB
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-Cinn-Live-44'
|
|
|
|
insmod gfxterm
|
|
terminal_output gfxterm
|
|
set color_normal=blue/white
|
|
set color_highlight=white/blue
|
|
|
|
### BEGIN /etc/grub.d/10_linux ###
|
|
menuentry 'Tuxflotte Provisioning (automatisch)' --class fedora --class gnu-linux --class gnu --class os {
|
|
linux /boot/x86_64/loader/linux quiet rhgb root=live:CDLABEL=Fedora-Cinn-Live-44 rd.live.image vconsole.keymap=de tuxflotte.mode=auto
|
|
initrd /boot/x86_64/loader/initrd
|
|
}
|
|
|
|
menuentry 'Tuxflotte Provisioning (interaktiv)' --class fedora --class gnu-linux --class gnu --class os {
|
|
linux /boot/x86_64/loader/linux quiet rhgb root=live:CDLABEL=Fedora-Cinn-Live-44 rd.live.image vconsole.keymap=de tuxflotte.mode=interactive
|
|
initrd /boot/x86_64/loader/initrd
|
|
}
|
|
|
|
menuentry 'Von erster lokaler Festplatte booten' --class hdd --class os {
|
|
chainloader (hd0)+1
|
|
}
|