Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
66c4b6bc
Commit
66c4b6bc
authored
Jan 27, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
efi: do not add grub-efi, efi-shell and shim to STAGE2
They are unnecessary in live.
parent
aaa947a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
config.mk
features.in/efi/config.mk
+4
-4
No files found.
features.in/efi/config.mk
View file @
66c4b6bc
...
...
@@ -10,12 +10,12 @@ use/efi:
@$(call add_feature)
@$(call try,EFI_BOOTLOADER,grub-efi) # default one
@$(call xport,EFI_BOOTLOADER)
@$(call add,
COMMON
_LISTS,$(EFI_LISTS))
@$(call add,
BASE
_LISTS,$(EFI_LISTS))
ifeq (distro,$(IMAGE_CLASS))
@$(call add,
INSTALL
2_PACKAGES,dosfstools fatresize)
@$(call add,
STAGE
2_PACKAGES,dosfstools fatresize)
@$(call add,STAGE1_KCONFIG,EFI EFI_PARTITION EFIVAR_FS)
ifeq (x86_64,$(ARCH))
@$(call add,
TH
E_PACKAGES,$$(EFI_SHELL))
@$(call add,
BAS
E_PACKAGES,$$(EFI_SHELL))
endif
endif
...
...
@@ -29,7 +29,7 @@ use/efi/shell: use/efi
use/efi/signed: use/efi
@$(call set,EFI_CERT,altlinux)
@$(call add,
COMMON
_PACKAGES,shim-signed)
@$(call add,
BASE
_PACKAGES,shim-signed)
@$(call add,RESCUE_PACKAGES,mokutil pesign)
@$(call add,RESCUE_PACKAGES,openssl)
ifeq (,$(filter-out p10 c10f%,$(BRANCH)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment