summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix kernel booting in blind mode (mga#15291)Thierry Vignaud2015-04-141-0/+1
| | | | adjust gfxpayload on UEFI
* do not pass useless parameters (mga#15692)Thierry Vignaud2015-04-141-4/+3
| | | | ... to grub2 under UEFI
* do generate 'failsafe' entry for grub2 (mga#15675)Thierry Vignaud2015-04-131-0/+1
|
* simplify: use update-grub2Thierry Vignaud2015-04-091-2/+1
|
* generate core.img for UEFIThierry Vignaud2015-04-091-1/+6
|
* grub2: read boot device from install.shThierry Vignaud2015-04-091-0/+12
| | | | instead of from deprecated drakboot.conf
* write /boot/grub2/install.sh like for grubThierry Vignaud2015-04-091-5/+14
| | | | thus deprecating /boot/grub2/drakboot.conf
* grub2: check there's still some place on /bootThierry Vignaud2015-04-091-0/+1
|
* fix detecting grub2 on ESPThierry Vignaud2015-04-081-0/+7
| | | | | | | | | We only support detecting grub2 on ESP for now. This might help mga#13901 fix: $ detectloader Cannot find a boot loader installed
* split read_() out of read()Thierry Vignaud2015-04-081-2/+7
| | | | needed for next commit
* fix cmd name in error messageThierry Vignaud2015-04-081-1/+1
|
* extract vga info into {vga}Thierry Vignaud2015-04-071-0/+5
| | | | not that important but for consistency...
* keep vga= arg when switching to grub2 (mga#9888)Thierry Vignaud2015-04-071-0/+3
|
* fix installing grub2 on MBR (mga#15640)Thierry Vignaud2015-04-071-1/+1
| | | | | regression introduced in: commit b0039ed72e22303c213539ed68315fd90c3c73f1
* simplify after latest commitThierry Vignaud2015-04-061-1/+1
|
* allow btrfs for / without separate /boot with grub2 (mga#15374)Thomas Backlund2015-04-061-1/+1
|
* - bootloader:Thomas Backlund2015-04-061-0/+1
| | | | | o add 'noiswmd' to kernel command line to manage isw_ bios fakeraids with dmraid for now (instead of mdadm)
* grub2-install output too (mga#15439)Thierry Vignaud2015-04-031-1/+4
|
* factorize command callThierry Vignaud2015-04-031-5/+2
| | | | (needed for next commit)
* split install_raw_grub2() out of install_grub2()Thierry Vignaud2015-04-031-1/+6
| | | | thus fixing grub2 rescue (mga#13408, mga#13901)
* reuse is_uefi()Thierry Vignaud2015-03-251-1/+1
|
* log mkinitrd faillures (mga#9201)Thierry Vignaud2015-03-171-2/+5
|
* perl_checker cleanupThierry Vignaud2015-02-211-1/+1
|
* only grub2 supports UEFI for nowThierry Vignaud2015-01-101-2/+2
|
* Revert "bootloader: enable isInstall during live mode so we install to ↵Thomas Backlund2015-01-091-2/+0
| | | | | | | | chroot and not on live image" This reverts commit f8fd031d3e70a7f4c25f0be93e472cecc0dee00e. didn't work as intended.
* Revert "only grub2 supports uefi for now"Thomas Backlund2015-01-091-3/+1
| | | | | | This reverts commit 10f49c1ed61eb3d688f30c34cc5a321904f2971b. It does not work, needs more work.
* bootloader: enable isInstall during live mode so we install to chroot and ↵Thomas Backlund2015-01-091-0/+2
| | | | not on live image
* 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
| | | | they're obsolete since switching from CVS/SVN to git...
* 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
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* 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
| | | | make them all similar
* - nuke create_link_source(), as we haven't supported building againstThomas Backlund2014-02-071-16/+0
| | | | | | | an unprepared source for ages, and currently can also create wrong symlinks when kernel-source is installed before for example kernel-linus as found out during QA for mga#12518 and debugging the issue on irc
* (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
| | | | | rationale: on systems with lot of OSes and/or using grub2, we may well have already more than 10 alt entries
* fix other Mga OS names in menu (mga#8710)Thierry Vignaud2013-04-061-1/+1
| | | | (reverting one of latest bogus Rosa bits)
* set entries type when reading back grub2 confThierry Vignaud2013-04-051-0/+1
| | | | thus fixing switching back to grub-legacy (mga#9563)
* 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
|