summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* (get_grub2_pkg) split it outThierry Vignaud2024-01-041-10/+15
* Ensure efivars are mounted before installing a UEFI bootloader (mga#31008)Martin Whitaker2022-10-241-0/+4
* Factor out code to mount the efivarfs pseudo-filesystem.Martin Whitaker2022-10-241-3/+1
* bootloader: don't completely remove failsafe/nonfb entries on upgrade.Martin Whitaker2022-08-111-1/+3
* drakboot: add options to change the rEFInd background (mga#28073)Martin Whitaker2022-08-091-4/+49
* Fix missing 'my' on local variable declaration.Martin Whitaker2022-08-091-1/+1
* bootloader: rework reading/writing of main rEFInd config file.Martin Whitaker2022-08-081-15/+54
* Use substInFile instead of sed.Martin Whitaker2020-12-211-2/+2
* Add option to configure rEFInd to not use EFI NVRAM (mga#27838)Martin Whitaker2020-12-211-1/+40
* Factor out write to rEFInd PreviousBoot variable (prep. for next commit)Martin Whitaker2020-12-211-16/+21
* Fix false detection of GRUB2 when installed in ESP but not in /boot.Martin Whitaker2020-12-191-1/+1
* Keep timeout value when it's 0 (mga#27158)Thierry Vignaud2020-08-211-1/+2
* Fix failure to update grub2 config when service_harddrake attempts to add/rem...Martin Whitaker2020-08-151-3/+5
* Fix switch from GRUB2 to rEFInd when installed in \EFI\BOOT.Martin Whitaker2020-06-211-0/+4
* Detect GRUB2 bootloader when installed in \EFI\BOOT.Martin Whitaker2020-06-211-1/+2
* Simplify UEFI bootloader detection.Martin Whitaker2020-06-211-10/+10
* Add option to install GRUB2 as EFI default/fallback bootloader.Martin Whitaker2020-06-161-1/+6
* Don't die in write_grub2 if grub.cfg doesn't exist (mga#26676).Martin Whitaker2020-05-291-1/+1
* - bootloader:Thomas Backlund2020-05-081-2/+2
* (install_raw_grub2) rename /boot/efi as /boot/EFIThierry Vignaud2020-05-011-0/+4
* simplifyThierry Vignaud2020-03-251-10/+4
* perl_checker cleanups + kill unused variableThierry Vignaud2020-03-251-3/+2
* copy instead of renaming grub.cfg (mga#25542)Thierry Vignaud2020-03-201-1/+2
* drakboot: support setting up uefi on aarch64Pascal Terjan2020-01-011-1/+4
* Avoid calling ped_disk_probe() when setting up bootloader.Martin Whitaker2019-04-201-1/+1
* Support 32-bit UEFI with 64-bit O/S.Martin Whitaker2018-12-171-2/+13
* Only enable rEFInd bootloader if kernel type matches BIOS type.Martin Whitaker2018-12-171-1/+1
* bootloader: only prefer rEFInd if it installed in the root fs (mga#23944)Martin Whitaker2018-12-081-1/+1
* doc: explain how to support a bootloaderThierry Vignaud2018-11-221-0/+46
* update doc after previous commitThierry Vignaud2018-11-221-4/+12
* ignore GPT disk w/o BIOS boot part (mga#23844)Thierry Vignaud2018-11-191-1/+1
* (allowed_boot_disks) split it outThierry Vignaud2018-11-191-4/+9
* drakboot: minor fixes to reading/writing rEFInd config filesMartin Whitaker2018-10-121-2/+2
* drakboot: add support for the rEFInd boot manager (mga#15153)Martin Whitaker2018-09-231-2/+107
* bootloader: include the 'Mageia' entry in the grub2 Default choices (mga#23393)Martin Whitaker2018-08-111-1/+1
* bootloader: add cma=256M@512M for Raspberry Pi DRM/VC4topic/extlinuxOlivier Blin2018-05-161-1/+1
* bootloader: add specific boot options for Raspberry Pi I/O scheduler (deadline)Olivier Blin2018-05-161-1/+1
* bootloader: add specific boot cmdline options for Raspberry Pi serial consoleOlivier Blin2018-05-161-0/+5
* bootloader: read/write extlinux.conf in U-Boot backend for ARMOlivier Blin2018-05-161-7/+87
* bootloader: create /usr/lib/linux symlink for devicee tree filesOlivier Blin2018-05-131-0/+19
* bootloader: build initrd for ARM archOlivier Blin2018-05-131-2/+0
* drakboot: detect 32-bit UEFI GRUB2 bootloader when probing.Martin Whitaker2018-03-121-1/+1
* Fix parsing of grub2 menu entries to support 16-bit mode (mga#21247).Martin Whitaker2018-01-091-1/+1
* Fix drakboot video mode selection when using grub2 (mga#21246)Martin Whitaker2018-01-091-3/+12
* Revert "do not alter /etc/default/grub on kernel updates"Thierry Vignaud2018-01-091-4/+6
* Combine bootloader perImageAppend and default_append keys.Martin Whitaker2018-01-091-3/+5
* fix doble quotes in perldocThierry Vignaud2018-01-071-6/+6
* (read_grub2) handle several levels of submenusThierry Vignaud2017-09-181-1/+1
* read_grub2: fix undefined labels (mga#19014)Thierry Vignaud2017-09-181-1/+1
* (read_grub2) handle both linux & linux16Thierry Vignaud2017-09-181-1/+1