mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
update to new methods
This commit is contained in:
parent
408da12b86
commit
dad1aea23f
4 changed files with 42 additions and 31 deletions
|
|
@ -9,8 +9,6 @@ if [ -f $(pwd)/sb_pubkey.der ]; then
|
|||
echo "-map $(pwd)/sb_pubkey.der sb_pubkey.der"
|
||||
echo "-chmod 0444 /sb_pubkey.der"
|
||||
fi
|
||||
echo "-map $(pwd)/scripts/enroll-secureboot-key.sh enroll-secureboot-key.sh"
|
||||
echo "-chmod 0777 enroll-secureboot-key.sh"
|
||||
pushd container >/dev/null
|
||||
for file in $(find ${IMAGE_NAME}-${IMAGE_TAG}); do
|
||||
echo "-map $(pwd)/${file} ${file}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue