NOTE: This was unintentionally squashed so some details were lost * Major updates to build_linux to support the current archiso scripts * Most customize_airootfs.sh code has been moved elsewhere * Using static files or links where possible * Generating other files as needed in build_linux * Syslinux configuration has been simplified * Dropped i3 * Dropped rxvt-unicode in favor of termite * Font rendering broke one too many times * Dropped NetworkManager in favor of iwd/systemd-networkd
58 lines
1.8 KiB
Text
58 lines
1.8 KiB
Text
# refind.conf
|
|
|
|
timeout 0
|
|
scanfor manual
|
|
showtools firmware,reboot,shutdown
|
|
default_selection MemTest86
|
|
csr_values 10,77
|
|
#use_graphics_for osx,linux,windows
|
|
|
|
# Theme
|
|
banner rEFInd.png
|
|
banner_scale fillscreen
|
|
selection_big selection_big.png
|
|
selection_small selection_small.png
|
|
hideui arrows,badges
|
|
|
|
# Entries
|
|
menuentry "MemTest86" {
|
|
icon /EFI/boot/icons/wk_memtest.png
|
|
loader /EFI/memtest86/memtestx64.efi
|
|
}
|
|
|
|
menuentry "Linux" {
|
|
icon /EFI/boot/icons/wk_arch.png
|
|
loader /arch/boot/x86_64/vmlinuz-linux
|
|
initrd /arch/boot/intel_ucode.img
|
|
initrd /arch/boot/amd_ucode.img
|
|
initrd /arch/boot/x86_64/initramfs-linux.img
|
|
options "archisobasedir=arch archisolabel=%ARCHISO_LABEL% copytoram loglevel=3"
|
|
submenuentry "Linux (CLI)" {
|
|
add_options "nox"
|
|
}
|
|
#UFD-MINIMAL#submenuentry "Linux (Minimal)" {
|
|
#UFD-MINIMAL# loader /arch_minimal/vmlinuz-linux
|
|
#UFD-MINIMAL# initrd
|
|
#UFD-MINIMAL# initrd /arch/boot/intel_ucode.img
|
|
#UFD-MINIMAL# initrd /arch/boot/amd_ucode.img
|
|
#UFD-MINIMAL# initrd /arch_minimal/initramfs-linux.img
|
|
#UFD-MINIMAL# options
|
|
#UFD-MINIMAL# options "archisobasedir=arch_minimal archisolabel=%ARCHISO_LABEL% copytoram loglevel=3"
|
|
#UFD-MINIMAL#}
|
|
}
|
|
|
|
#UFD-WINPE#menuentry "WindowsPE" {
|
|
#UFD-WINPE# ostype windows
|
|
#UFD-WINPE# icon /EFI/boot/icons/wk_win.png
|
|
#UFD-WINPE# loader /EFI/microsoft/bootx64.efi
|
|
#UFD-WINPE#}
|
|
|
|
#UFD-DGPU#menuentry "Mac dGPU Disable Tool" {
|
|
#UFD-DGPU# icon /EFI/boot/icons/dgpu.png
|
|
#UFD-DGPU# loader /dgpu/vmlinuz-linux
|
|
#UFD-DGPU# initrd /arch/boot/intel_ucode.img
|
|
#UFD-DGPU# initrd /arch/boot/amd_ucode.img
|
|
#UFD-DGPU# initrd /dgpu/initramfs-linux.img
|
|
#UFD-DGPU# options "archisobasedir=dgpu archisolabel=%ARCHISO_LABEL% nomodeset"
|
|
#UFD-DGPU#}
|
|
|