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
a31e7d70
Commit
a31e7d70
authored
Apr 04, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sign the created image with the keys from uefi-keys/
parent
b7814bf4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
dracut.module/dracut.conf.in
dracut.module/dracut.conf.in
+2
-2
installation/dependencies.sh
installation/dependencies.sh
+0
-3
installation/install.sh
installation/install.sh
+7
-0
No files found.
dracut.module/dracut.conf
→
dracut.module/dracut.conf
.in
View file @
a31e7d70
...
...
@@ -10,5 +10,5 @@ reproducible=yes
#loginstall=./loginstall/
uefi=yes
uefi_stub=/usr/lib/systemd/boot/efi/linuxx64.efi.stub
#uefi_secureboot_cert=/etc/uefi-key/db
.crt
#uefi_secureboot_key=/etc/uefi-key/db
.key
uefi_secureboot_cert=%PROJECT_DIR%/uefi-keys/DB
.crt
uefi_secureboot_key=%PROJECT_DIR%/uefi-keys/DB
.key
installation/dependencies.sh
View file @
a31e7d70
...
...
@@ -18,6 +18,3 @@ apt -y install dracut-core dracut dracut-network
wget https://download.opensuse.org/repositories/home:/fg.nxd/Debian_11/amd64/dep--mca-static_1-1_amd64.deb
apt
-y
install
./dep--mca-static_1-1_amd64.deb
apt
-y
install
./fluent-bit_1-1_amd64.deb
# signing initramfs
apt
-y
install
sbsigntool efitools
installation/install.sh
View file @
a31e7d70
...
...
@@ -8,6 +8,8 @@ if [ ! -d dracut.module ]; then
cd
..
fi
PROJECT_DIR
=
`
pwd
`
# This script assumes to be run by the root user (with /sbin in the path).
# Install the module
...
...
@@ -16,6 +18,11 @@ make uninstall
make
install
cd
-
# Generation of dracut.module/dracut.conf
cd
dracut.module
sed
"s|%PROJECT_DIR%|
$PROJECT_DIR
|g"
dracut.conf.in
>
dracut.conf
cd
-
# note: on the capri002 (as of the time those lines are wrote):
# OS disk: 250GB, /dev/nvme1n1
# /dev/nvme1n1p1 efi partition
...
...
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