diff options
author | 李国 <uxgood.org@gmail.com> | 2020-07-25 04:04:05 +0000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-06-20 13:23:42 -1000 |
commit | 5876d6a62fc0ae5799e7d9c896356f75c99a6f0a (patch) | |
tree | 51f39f05fe386ff931120417dbe86b68436c6fdd /config/Config-images.in | |
parent | 881fdb811f39d445fb00b4c1f38427fada883fe2 (diff) | |
download | upstream-5876d6a62fc0ae5799e7d9c896356f75c99a6f0a.tar.gz upstream-5876d6a62fc0ae5799e7d9c896356f75c99a6f0a.tar.bz2 upstream-5876d6a62fc0ae5799e7d9c896356f75c99a6f0a.zip |
grub2: make grub2-bios-setup as a separate package
The grub2 and grub2-efi packages should only contain boot-related code.
grub-bios-setup is the same as grub-editenv, they are both grub2 tools
and should be placed in a separate package.
Signed-off-by: 李国 <uxgood.org@gmail.com>
[use AUTORELEASE and update to SPDX]
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'config/Config-images.in')
-rw-r--r-- | config/Config-images.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/Config-images.in b/config/Config-images.in index 715ba21284..4a7f08824b 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -200,6 +200,7 @@ menu "Target Images" depends on TARGET_x86 depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS select PACKAGE_grub2 + select PACKAGE_grub2-bios-setup default y config GRUB_EFI_IMAGES @@ -208,6 +209,7 @@ menu "Target Images" depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS select PACKAGE_grub2 select PACKAGE_grub2-efi + select PACKAGE_grub2-bios-setup select PACKAGE_kmod-fs-vfat default y |