Commit e6e8c2ba authored by test's avatar test

Add efitools to the packages install.sh installs.

parent 5e91eb7b
......@@ -2,7 +2,10 @@
set -eux
# installing miscellaneous useful packages
apt -y install make autopoint autoconf libtool libattr1.dev musl-tools sbsigntool
# installing more necessary packages to activate Secure Boot with our own keys
apt -y install efitools
## Install dracut
if ! which dracut ; then
......
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