1- .TH BUILDKERNEL 8 "Version 1.0.36: February 2020"
1+ .TH BUILDKERNEL 8 "Version 1.0.37: July 2020"
22.SH NAME
33buildkernel \- build secure boot kernel, save to EFI system partition
44.SH SYNOPSIS
@@ -20,7 +20,9 @@ init system.)
2020
2121To facilitate this, \fB buildkernel \fR will create a statically linked version
2222of \fB gpg \fR (1) \(em one which furthermore does not require \fB pinentry \fR \(em
23- and include this in the initramfs.
23+ and include this in the initramfs (unless \fB LUKSKEYFILE \fR is
24+ left blank in \fI /etc/buildkernel.conf \fR : see \fB buildkernel.conf \fR (5)
25+ for details).
2426
2527It will also automatically set the necessary kernel configuration parameters,
2628including the command line, sign the resulting kernel if possible,
@@ -31,7 +33,7 @@ interactive mode (see the \fB--ask\fR option, below).
3133Non-interactive mode is suitable for use in a scripted invocation.
3234
3335Certain key options can be specified via the configuration file,
34- \fI /etc/buildkernel.conf \fR : see \fB buildkernel.conf \fR (5) for details.
36+ \fI /etc/buildkernel.conf \fR : again, see \fB buildkernel.conf \fR (5) for details.
3537
3638Although \fB buildkernel \fR is targetted primarily at the use-case where the
3739EFI system partition is on a removable USB key (for security), it can
@@ -249,7 +251,7 @@ A post-reboot run of \fBgenup\fR(8) will achieve this.
249251
250252.SH COPYRIGHT
251253.nf
252- Copyright \(co 2014-2018 sakaki
254+ Copyright \(co 2014-2020 sakaki
253255License GPLv3+ (GNU GPL version 3 or later)
254256<http://gnu.org/licenses/gpl.html>
255257
0 commit comments