Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
8e98fc55
Commit
8e98fc55
authored
10 months ago
by
Mogens Jensen
Committed by
Jakub Jirutka
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
main/secureboot-hook: add missing "==>" when skipping UEFI image creation
parent
7435e3ef
No related branches found
No related tags found
1 merge request
!65529
main/secureboot-hook: add missing "==>" when skipping UEFI image creation
Pipeline
#233750
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/secureboot-hook/APKBUILD
+2
-2
2 additions, 2 deletions
main/secureboot-hook/APKBUILD
main/secureboot-hook/secureboot.hook
+1
-1
1 addition, 1 deletion
main/secureboot-hook/secureboot.hook
with
3 additions
and
3 deletions
main/secureboot-hook/APKBUILD
+
2
−
2
View file @
8e98fc55
...
...
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
secureboot-hook
pkgver
=
0.2
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A kernel hook for generating signed UEFI Unified Kernel Image"
url
=
"https://gitlab.alpinelinux.org/alpine/aports"
arch
=
"noarch !armhf !s390x !ppc64le !loongarch64"
# limited by sbsigntool
...
...
@@ -23,6 +23,6 @@ package() {
}
sha512sums
=
"
8cf0ea83f32f7cc546f2235dcf0258ada36cf738c5738d6ac31b935b158ac40de51d53784c310810be0f8f6ce3947d9e09d781eab716f6cc303948d47384f6a8
secureboot.hook
cd76188468f27761a42bf92976e5e0475d3a3a46b24fa44c23c8afb28735f1bf99bac17665cedb1f0bed50eef522b909214f90bca703c7543314ed6ebdffc1b0
secureboot.hook
0777b1ec63d7d21a2144737fb913a52b8deedadbec69b7450799c228950adf9213d5d40e52617841dbae3bf4451f37a18f833e94860fab2c7779779b5fa9f66d secureboot.conf
"
This diff is collapsed.
Click to expand it.
main/secureboot-hook/secureboot.hook
+
1
−
1
View file @
8e98fc55
...
...
@@ -47,7 +47,7 @@ esac
[ "$skip_flavors" ] && for flavor in $skip_flavors; do
[ "$flavor" = "$FLAVOR" ] \
&& die 0 "skipping UEFI image creation for $FLAVOR kernel"
&& die 0 "
==>
skipping UEFI image creation for $FLAVOR kernel"
done
[ "$cmdline" ] \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment