Commit 4cc9fa60 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Tweak the instruction file for setting the keys of Secure Boot.

parent 516498b6
# To perform the following instructions, some packages are needed.
# They are all installed with apt at the beginning of install.sh.
# They are all installed with apt at the begining of install.sh.
## Create keys:
## Create the keys:
# run the script mkkeys.sh (better in a dedicated directory)
mkdir -p generate_keys && cd generate_keys && cp ../mkkeys.sh && ./mkkeys.sh
mkdir -p generate_keys && cd generate_keys && cp ../mkkeys.sh . && ./mkkeys.sh
## Signing UEFI application:
## Signing a UEFI application:
# before running the following line (from install.sh)
dracut --force -c ./dracut.module/dracut.conf --confdir dracut_tmp
# put the following from the signing key in /etc/uefi-key/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment