Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
firmware
PureBoot
Commits
2792fa36
Verified
Commit
2792fa36
authored
Mar 15, 2022
by
Matt Devillier
Browse files
etc/funtions/check_config(): don't check for kexec.sig when in Pureboot Basic mode
Signed-off-by:
Matt DeVillier
<
matt.devillier@puri.sm
>
parent
855f1f61
Changes
1
Hide whitespace changes
Inline
Side-by-side
initrd/etc/functions
View file @
2792fa36
...
...
@@ -222,7 +222,7 @@ check_config() {
||
die
'Failed to empty kexec tmp dir'
fi
if
[
!
-r
$1
/kexec.sig
]
;
then
if
[
!
-r
$1
/kexec.sig
-a
"
$CONFIG_PUREBOOT_BASIC
"
!=
"y"
]
;
then
return
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment