Biosias / uefi-mkconfig

grub-mkconfig inspired script for automatically managing uefi entries for booting linux kernel directly without bootloader
Apache License 2.0
7 stars 3 forks source link

Which are the dependencies? #15

Closed kuraga closed 1 month ago

kuraga commented 1 month ago

Which are the dependencies?

I see the next calls:

In README:

Gentoo ebuild dependencies:

Thanks!

Biosias commented 1 month ago

That's about it. I'll add them to the ebuild for new version

kuraga commented 1 month ago

Thanks! Will we be adding them to the README?

AndrewAmmerlaan commented 1 month ago

Packages that are part of the @system set should not be listed as dependencies in the ebuild (i.e. dependencies in the ebuild are fine as they are).

Biosias commented 1 month ago

Thanks! Will we be adding them to the README?

I don't see a reason for why not

kuraga commented 1 month ago

Packages that are part of the @system set should not be listed as dependencies in the ebuild (i.e. dependencies in the ebuild are fine as they are).

@AndrewAmmerlaan , @Biosias sys-apps/util-linux (lsblk, mount) isn't there, is it?

AndrewAmmerlaan commented 1 month ago

Packages that are part of the @system set should not be listed as dependencies in the ebuild (i.e. dependencies in the ebuild are fine as they are).

@AndrewAmmerlaan , @Biosias sys-apps/util-linux (lsblk) isn't there, is it?

It is in the system set

kuraga commented 1 month ago

Packages that are part of the @system set should not be listed as dependencies in the ebuild (i.e. dependencies in the ebuild are fine as they are).

@AndrewAmmerlaan , @Biosias sys-apps/util-linux (lsblk) isn't there, is it?

It is in the system set

Hm.

AndrewAmmerlaan commented 1 month ago

https://gitweb.gentoo.org/repo/gentoo.git/tree/profiles/base/packages doesn't have it.

That's because that is not the system set. You can see from the colour in eix that util-linux is in the system set.

kuraga commented 1 month ago

Thanks! Will we be adding them to the README?

I don't see a reason for why not

17