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
1
Issues
1
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
5f704a4b
Commit
5f704a4b
authored
Aug 08, 2023
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop refind and elilo support everything
parent
ca8d16a5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
26 deletions
+3
-26
20-branding.mk
features.in/branding/lib/20-branding.mk
+0
-6
config.mk
features.in/efi/config.mk
+3
-10
95-copy-kernel
features.in/stage2/stage1/scripts.d/95-copy-kernel
+0
-9
lilo
pkg.in/lists/lilo
+0
-1
No files found.
features.in/branding/lib/20-branding.mk
View file @
5f704a4b
# step 4: build the distribution image
DOT_BASE += $(call branding,$(THE_BRANDING))
# needed for refind only
ifeq (,$(filter-out x86_64,$(ARCH)))
CHROOT_PACKAGES_REGEXP += $(call branding,bootloader)
CHROOT_PACKAGES += ImageMagick-tools
endif
features.in/efi/config.mk
View file @
5f704a4b
...
...
@@ -38,19 +38,12 @@ ifeq (,$(filter-out p10 c10f1,$(BRANCH)))
@$(call add,STAGE1_PACKAGES,shim-signed-installer-kludge grub-efi alt-uefi-certs dosfstools mtools)
endif
use/efi/lilo: use/efi use/bootloader/lilo
@$(call set,EFI_BOOTLOADER,elilo)
use/efi/refind: use/efi
@$(call set,EFI_BOOTLOADER,refind)
use/efi/memtest86: use/efi
@$(call set,EFI_MEMTEST86,efi-memtest86)
else
use/efi/signed use/efi/shell \
use/efi/refind use/efi/memtest86 use/efi/lilo: use/efi; @:
use/efi/signed use/efi/shell use/efi/memtest86: use/efi; @:
endif
...
...
@@ -64,8 +57,8 @@ endif
else
# ignore on an unsupported target arch but make it hybrid at least
use/efi use/efi/signed use/efi/debug use/efi/grub
use/efi/lilo
\
use/efi/
refind use/efi/
shell use/efi/memtest86: use/isohybrid; @:
use/efi use/efi/signed use/efi/debug use/efi/grub \
use/efi/shell use/efi/memtest86: use/isohybrid; @:
endif
...
...
features.in/stage2/stage1/scripts.d/95-copy-kernel
View file @
5f704a4b
...
...
@@ -25,15 +25,6 @@ mv boot/$kname-$kverdef boot/$kname
cp
$verbose
-af
$initrd
boot/
mv
boot/initrd-
$kverdef
.img boot/initrd.img
# config is generated in mkimage
case
"
$GLOBAL_EFI_BOOTLOADER
"
in
refind|elilo
)
mkdir
-p
EFI/BOOT
cp
-lpLf
boot/vmlinuz EFI/BOOT/
cp
-lpLf
boot/initrd.img EFI/BOOT/full.cz
;;
esac
# copy dtb for default kernel
if
[
-n
"
$GLOBAL_COPY_DTB
"
]
;
then
dtb_dir
=
...
...
pkg.in/lists/lilo
View file @
5f704a4b
lilo@X86
elilo@x86_64
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