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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
badfca54
Commit
badfca54
authored
Dec 19, 2019
by
Mikhail Efremov
Committed by
Anton Midyukov
May 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
efi, base+efi: Don't add efivars to /etc/modules
Module efivars will be loaded by udev now.
parent
fe6c5cf1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
11 deletions
+0
-11
config.mk
features.in/efi/config.mk
+0
-1
50-efi
features.in/efi/rootfs/image-scripts.d/50-efi
+0
-4
50-efi
features.in/efi/stage2/image-scripts.d/50-efi
+0
-4
base+efi
pkg.in/lists/tagged/base+efi
+0
-2
No files found.
features.in/efi/config.mk
View file @
badfca54
...
@@ -16,7 +16,6 @@ use/efi:
...
@@ -16,7 +16,6 @@ use/efi:
@$(call add,THE_LISTS,$(EFI_LISTS))
@$(call add,THE_LISTS,$(EFI_LISTS))
@$(call add,THE_PACKAGES,$$(EFI_SHELL))
@$(call add,THE_PACKAGES,$$(EFI_SHELL))
ifeq (distro,$(IMAGE_CLASS))
ifeq (distro,$(IMAGE_CLASS))
@$(call add,THE_PACKAGES,installer-feature-efi-stage3)
@$(call add,RESCUE_LISTS,$(EFI_LISTS))
@$(call add,RESCUE_LISTS,$(EFI_LISTS))
@$(call add,INSTALL2_PACKAGES,dosfstools fatresize)
@$(call add,INSTALL2_PACKAGES,dosfstools fatresize)
@$(call add,STAGE1_KCONFIG,EFI EFI_PARTITION EFI_VARS FB_EFI)
@$(call add,STAGE1_KCONFIG,EFI EFI_PARTITION EFI_VARS FB_EFI)
...
...
features.in/efi/rootfs/image-scripts.d/50-efi
deleted
100755 → 0
View file @
fe6c5cf1
#!/bin/sh
# see also https://bugzilla.altlinux.org/27970
grep
-q
efivars /etc/modules
||
echo
efivars
>>
/etc/modules
features.in/efi/stage2/image-scripts.d/50-efi
deleted
100755 → 0
View file @
fe6c5cf1
#!/bin/sh
# see also https://bugzilla.altlinux.org/27970
grep
-q
efivars /etc/modules
||
echo
efivars
>>
/etc/modules
pkg.in/lists/tagged/base+efi
View file @
badfca54
...
@@ -5,5 +5,3 @@ dosfstools
...
@@ -5,5 +5,3 @@ dosfstools
grub2-efi
grub2-efi
elilo@x86_64
elilo@x86_64
efibootmgr
efibootmgr
installer-feature-efi-stage3
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