mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
Revert "fix(coreos-base): use grub-static not grub"
This was a mistake, dont't do this. Use grub2 imported into portage-stable.
This commit is contained in:
parent
1107ab36d3
commit
b8777f450f
@ -26,7 +26,7 @@ RDEPEND="${RDEPEND}
|
|||||||
dev-util/ccache
|
dev-util/ccache
|
||||||
dev-util/crosutils
|
dev-util/crosutils
|
||||||
>=sys-apps/dtc-1.3.0-r5
|
>=sys-apps/dtc-1.3.0-r5
|
||||||
sys-boot/grub-static
|
sys-boot/grub
|
||||||
sys-boot/syslinux
|
sys-boot/syslinux
|
||||||
sys-devel/crossdev
|
sys-devel/crossdev
|
||||||
sys-fs/dosfstools
|
sys-fs/dosfstools
|
||||||
|
@ -24,7 +24,7 @@ net-misc/curl ares static-libs
|
|||||||
sci-geosciences/gpsd -cxx
|
sci-geosciences/gpsd -cxx
|
||||||
# verity and other packages link statically with libuuid.
|
# verity and other packages link statically with libuuid.
|
||||||
sys-apps/util-linux -perl static-libs
|
sys-apps/util-linux -perl static-libs
|
||||||
sys-boot/grub-static grub_platforms_pc grub_platforms_efi-64 grub_platforms_coreboot static
|
sys-boot/grub grub_platforms_pc grub_platforms_efi-64 grub_platforms_coreboot static
|
||||||
sys-devel/gettext -git
|
sys-devel/gettext -git
|
||||||
# Build emulation statically so that we can execute it within a chroot and
|
# Build emulation statically so that we can execute it within a chroot and
|
||||||
# still find the shared libraries.
|
# still find the shared libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user