Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Simon Wilper
archiso
Commits
d52d3636
Verified
Commit
d52d3636
authored
Jul 30, 2020
by
nl6720
Browse files
releng: copy UEFI shell from airootfs instead of the host system
Fixes
#35
.
parent
0ada52d4
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
d52d3636
...
...
@@ -14,7 +14,6 @@ The following packages need to be installed to be able to create an image with t
* arch-install-scripts
* dosfstools
* e2fsprogs
* edk2-shell
* libisoburn
* squashfs-tools
...
...
configs/releng/build.sh
View file @
d52d3636
...
...
@@ -204,7 +204,7 @@ make_efi() {
# edk2-shell based UEFI shell
# shellx64.efi is picked up automatically when on /
cp
/usr/share/edk2-shell/x64/Shell_Full.efi
"
${
work_dir
}
/iso/shellx64.efi"
cp
"
${
work_dir
}
/x86_64/airootfs
/usr/share/edk2-shell/x64/Shell_Full.efi
"
"
${
work_dir
}
/iso/shellx64.efi"
}
# Prepare efiboot.img::/EFI for "El Torito" EFI boot mode
...
...
configs/releng/packages.x86_64
View file @
d52d3636
...
...
@@ -17,6 +17,7 @@ diffutils
dmraid
dnsmasq
dosfstools
edk2-shell
efibootmgr
ethtool
exfat-utils
...
...
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