summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Expand)AuthorAgeFilesLines
* only grub2 supports UEFI for nowThierry Vignaud2015-01-101-2/+2
* Revert "bootloader: enable isInstall during live mode so we install to chroot...Thomas Backlund2015-01-091-2/+0
* Revert "only grub2 supports uefi for now"Thomas Backlund2015-01-091-3/+1
* bootloader: enable isInstall during live mode so we install to chroot and not...Thomas Backlund2015-01-091-0/+2
* only grub2 supports uefi for nowThomas Backlund2015-01-081-1/+3
* Only allow GRUB2 when booting on btrfsPascal Terjan2014-10-201-2/+2
* Allow /boot on btrfsPascal Terjan2014-10-201-2/+2
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
* typo fixesThierry.Vignaud2014-05-271-4/+4
* kill dead codeThierry Vignaud2014-05-261-6/+0
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-170/+4
* podify++ bootloaderThierry.Vignaud2014-05-261-0/+88
* convert comments to podThierry.Vignaud2014-05-261-19/+88
* kill useless logs from when_config_changed functionsThierry.Vignaud2014-05-261-3/+3
* - nuke create_link_source(), as we haven't supported building againstThomas Backlund2014-02-071-16/+0
* (write_grub2) read/save choosen default entryThierry Vignaud2013-05-311-0/+10
* (add_entry) try harder to get a label for other OSes (mga#9849,9681)Thierry Vignaud2013-04-271-1/+1
* fix other Mga OS names in menu (mga#8710)Thierry Vignaud2013-04-061-1/+1
* set entries type when reading back grub2 confThierry Vignaud2013-04-051-0/+1
* assume grub2.cfg is UTF-8 encodedThierry Vignaud2013-04-051-1/+1
* read back xen conf from grub2Thierry Vignaud2013-04-051-2/+2
* install grub2-efi instead of grub2 if using UEFI (mga#8886)Thierry Vignaud2013-03-121-1/+2
* typo fixThierry Vignaud2013-02-271-1/+1
* try harder not to have duplicate stuff on grub2 cmd lineThierry Vignaud2013-02-271-2/+3
* fix installing grub2 on a partition (mga#8462)Thierry Vignaud2013-02-271-1/+6
* (install_grub2) simplify (factorize a variable)Thierry Vignaud2013-02-271-2/+3
* read & save timeout value (mga#8850)Thierry Vignaud2013-02-271-0/+3
* set default parameters in grub2 config (mga#9177)Thierry Vignaud2013-02-271-0/+12
* (read_grub2) read more of grub2 configThierry Vignaud2013-02-271-1/+14
* (install_grub2) always generate grub2 menu (like for other bootloaders)Thierry Vignaud2013-02-271-5/+2
* (method_choices_raw) put grub2 before grub-legacyThierry Vignaud2013-02-271-2/+2
* add proper support for grub2 for bootloader-configThierry Vignaud2013-02-261-0/+11
* (read_grub2) add basic support for reading back grub2 configThierry Vignaud2013-02-261-0/+3
* (read_grub2,install_grub2) read & write /boot/grub2/drakboot.confThierry Vignaud2013-02-261-1/+2
* (suggest_onmbr) suggests MBR by default for grub2 too (Manuel Hiebel, #8851)Thierry Vignaud2013-02-241-1/+1
* fix installing grub2 from live session (blino)Thomas Backlund2012-12-171-2/+6
* fix checking grub2 installation (mga#8390)Thierry Vignaud2012-12-151-1/+2
* (read_grub2) help perl_checkerThierry Vignaud2012-12-141-1/+1
* (read_grub2) "enhance" fake gru2 conf reading (mga#8366)Thierry Vignaud2012-12-141-0/+1
* (ensure_pkg_is_installed) install grub2 if neededThierry Vignaud2012-12-131-1/+1
* (add_kernel) revert rosa crap that breaks generating initrd (mga#8357)Thierry Vignaud2012-12-111-8/+4
* (method_choices_raw) put grub-legacy before grub2Thierry Vignaud2012-12-091-2/+2
* perl_checker cleanupThierry Vignaud2012-12-091-1/+1
* typo fixThierry Vignaud2012-12-091-1/+1
* (read_grub2) add fake gru2 conf readingThierry Vignaud2012-12-071-0/+3
* offer 'grub2' choiceThierry Vignaud2012-12-071-0/+3
* (install_grub2) add basic support for installing grub2Thierry Vignaud2012-12-071-0/+6
* add grub2 supportThierry Vignaud2012-12-071-9/+52
* extract hash into a variable (needed for next commit)Thierry Vignaud2012-12-071-6/+7
* (parse_grub2_config) introduce it in order to parse grub2 configThierry Vignaud2012-12-071-0/+37