Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
initramfs-with-mca
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
initramfs-with-mca
Commits
fe01f196
Commit
fe01f196
authored
Jun 16, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uefi-keys/: Make the scripts repertory-aware (about their location in the project tree).
parent
8df7a344
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
uefi-keys/dependencies.sh
uefi-keys/dependencies.sh
+8
-0
uefi-keys/make_keys.sh
uefi-keys/make_keys.sh
+2
-1
No files found.
uefi-keys/dependencies.sh
View file @
fe01f196
#!/bin/bash
set
-e
# get the root of the git repository (requires git to be installed)
GIT_ROOT
=
`
git rev-parse
--show-toplevel
`
cd
${
GIT_ROOT
}
/uefi-keys/
# generate efi certificates
apt
-y
install
sbsigntool efitools python3
...
...
uefi-keys/make_keys.sh
View file @
fe01f196
...
...
@@ -14,7 +14,8 @@ set -e
# get the root of the git repository (requires git to be installed)
GIT_ROOT
=
`
git rev-parse
--show-toplevel
`
cd
$GIT_ROOT
/installation/
cd
${
GIT_ROOT
}
/uefi-keys/
cd
${
GIT_ROOT
}
/installation/
# define useful variables
source
env.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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