Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Morten Linderud
mkinitcpio
Commits
1862ed55
Verified
Commit
1862ed55
authored
Nov 09, 2022
by
Morten Linderud
🏄
Browse files
Merge branch 'pr-134'
parents
be62df27
5fbc7dbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
mkinitcpio
View file @
1862ed55
...
...
@@ -290,7 +290,7 @@ build_uefi(){
msg
"Creating UEFI executable: %s"
"
$out
"
if
[[
-z
"
$uefistub
"
]]
;
then
for
stub
in
{
/usr,
}
/lib/
{
systemd/boot/efi,gummiboot
}
/linux
{
x64,ia32
}
.efi.stub
;
do
for
stub
in
{
/usr,
}
/lib/
{
systemd/boot/efi,gummiboot
}
/linux
{
x64,ia32
,aa64
}
.efi.stub
;
do
if
[[
-f
"
$stub
"
]]
;
then
uefistub
=
"
$stub
"
msg2
"Using UEFI stub: %s"
"
$uefistub
"
...
...
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