aboutsummaryrefslogtreecommitdiffstats
path: root/main/grub
Commit message (Collapse)AuthorAgeFilesLines
* main/grub: modernizeLeo2020-04-131-18/+30
|
* main/grub: add missing dep on gettext, required for autopointRasmus Thomsen2020-01-151-1/+1
| | | | Closes !3083
* main/grub: upgrade to 2.04Natanael Copa2020-01-1534-6719/+76
|
* main/grub: fix booting Xen under EFIWilliam Johansson2020-01-144-2/+195
| | | | | | | | | | Need to use multiboot2 while booting Xen under EFI, and not multiboot as is used when generating grub.cfg with grub-mkconfig. Backport commits included in upstream Grub 2.04. Diskless setups are not affected, as grub.cfg is generated manually by the mkimage scipts.
* main/grub: fix post-upgrade scriptNatanael Copa2019-12-182-3/+3
| | | | fix path of /etc/default/grubin post-upgrade script
* main/grub: avoid pull in gettext for C.UTF-8Natanael Copa2019-12-042-1/+16
| | | | | | | LANG=C.UTF-8 is the default in alpine and this confuses grub. Fix this in 00_header so "C.UTF-8" is trated as "C". fixes #10816
* main/grub: fix initramfs detection for xenHenrik Riomar2019-05-272-1/+13
| | | | | /etc/grub.d/20_linux_xen fails to find the initramfs image on Alpine Linux, this patch fixes that.
* main/grub: handle intel-ucodeHenrik Riomar2019-05-272-1/+20
|
* main/grub: add xen pvh supportHenrik Riomar2019-04-0521-3/+4714
| | | | | * Backport xen_pvh patches from grub master branch * Adds grub-i386-xen_pvh.bin to the grub-xenhost package
* main/grub: backport f2fs supportNatanael Copa2019-01-252-3/+1518
| | | | fixes #9903
* main/grub: add post-ugprade to import default configNatanael Copa2019-01-242-2/+29
| | | | | | | import boot options to /etc/default/grub on upgrade to make sure we can still boot. ref #9903
* main/grub: fix use of UUID on alpine without udevNatanael Copa2019-01-233-2/+17
| | | | | | use uuid for root even if /dev/disk/by-uuid also fix trigger when /boot/grub is missing
* main/grub: depend on mkinitfsNatanael Copa2019-01-181-2/+2
| | | | | We need the initramfs to exists when grub trigger is executed so depend on mkintfs so the mkinitfs trigger runs before grub trigger.
* main/grub: generate grub.cfg from triggerNatanael Copa2019-01-172-8/+5
| | | | call grub-mkconfig from trigger to generate config
* main/grub: misc alpine fixes for /etc/grub.d/10_linuxNatanael Copa2019-01-172-19/+35
| | | | | | | | - do not depend on /etc/update-extlinux.conf - remove GNU when GRUB_DISTRIBUTOR="Alpine" - clean up initramfs search fixes #8601
* main/grub: fix build on mips*alpine-mips-patches2018-12-181-0/+8
| | | | | | | | | | Provide some basic mips* support just to allow the build succeed. Disabling on mips* is not an option cause the arch= list becomes too long and ugly. Do not bump pkgrel since no previously built mips* apks exist and change does nothing for other architectures.
* main/grub: fix build with gcc8Natanael Copa2018-12-182-1/+75
|
* main/grub: fix for binutils-2.31.1Natanael Copa2018-09-102-2/+77
| | | | fixes grub-mkimage: error: relocation 0x4 is not implemented yet.
* main/grub: fix install on xfsNatanael Copa2018-09-042-2/+64
| | | | ref #9375
* main/grub: add trigger to modify grub.cfg when linux-vanilla kernel is installedMike Sullivan2018-06-132-1/+12
| | | | amend grub.trigger to add check for existence of grub.cfg
* main/grub: Py2->3, support other PPC, no testsA. Wilcox2018-02-071-5/+5
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/grub: simplify, enable on arm, take maintainershipTimo Teräs2017-10-191-152/+46
|
* main/grub: remove grub-install warningCarlo Landmeter2017-10-161-1/+4
| | | | grub-install: warning: cannot open directory `/usr/share/locale': No such file or directory.
* main/grub: upgrade to 2.02Natanael Copa2017-06-123-75/+6
|
* main/grub: upgrade to 2.02Natanael Copa2017-06-091-2/+2
| | | | ref #7391
* main/grub: add powerpc-utils as dependency for grub-ieee1275Roberto Oliveira2017-06-011-3/+4
| | | | | | grub-ieee1275 for ppc64le requires some commands that are provided by powerpc-utils. Said that, I am moving powerpc-utils to main packages and addig it as dependency for grub-ieee1275.
* main/grub: disable on s390xNatanael Copa2017-05-221-1/+36
|
* main/grub: move from testingNatanael Copa2017-05-226-0/+384
neeed for ppc64le image