Skip to content

Commit

Permalink
Bump version to 1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaki- committed Jul 25, 2020
1 parent 76e2081 commit b4d8eda
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions buildkernel
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Build kernel, modules and initial ramdisk in correct sequence, ensuring kernel
# config is conformed, then sign if possible and copy to EFI boot partition.
#
# Copyright (c) 2014-2018 sakaki <[email protected]>
# Copyright (c) 2014-2020 sakaki <[email protected]>
#
# License (GPL v3.0)
# ------------------
Expand Down Expand Up @@ -31,7 +31,7 @@ shopt -s nullglob
# ********************** variables *********************
PROGNAME="$(basename "${0}")"
CONFFILE="/etc/${PROGNAME}.conf"
VERSION="1.0.36"
VERSION="1.0.37"
ETCPROFILE="/etc/profile"
DEFAULTEFIBOOTFILE="bootx64.efi"
EFIBOOTFILE="${DEFAULTEFIBOOTFILE}"
Expand Down
10 changes: 6 additions & 4 deletions buildkernel.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BUILDKERNEL 8 "Version 1.0.36: February 2020"
.TH BUILDKERNEL 8 "Version 1.0.37: July 2020"
.SH NAME
buildkernel \- build secure boot kernel, save to EFI system partition
.SH SYNOPSIS
Expand All @@ -20,7 +20,9 @@ init system.)

To facilitate this, \fBbuildkernel\fR will create a statically linked version
of \fBgpg\fR(1) \(em one which furthermore does not require \fBpinentry\fR \(em
and include this in the initramfs.
and include this in the initramfs (unless \fBLUKSKEYFILE\fR is
left blank in \fI/etc/buildkernel.conf\fR: see \fBbuildkernel.conf\fR(5)
for details).

It will also automatically set the necessary kernel configuration parameters,
including the command line, sign the resulting kernel if possible,
Expand All @@ -31,7 +33,7 @@ interactive mode (see the \fB--ask\fR option, below).
Non-interactive mode is suitable for use in a scripted invocation.

Certain key options can be specified via the configuration file,
\fI/etc/buildkernel.conf\fR: see \fBbuildkernel.conf\fR(5) for details.
\fI/etc/buildkernel.conf\fR: again, see \fBbuildkernel.conf\fR(5) for details.

Although \fBbuildkernel\fR is targetted primarily at the use-case where the
EFI system partition is on a removable USB key (for security), it can
Expand Down Expand Up @@ -249,7 +251,7 @@ A post-reboot run of \fBgenup\fR(8) will achieve this.

.SH COPYRIGHT
.nf
Copyright \(co 2014-2018 sakaki
Copyright \(co 2014-2020 sakaki
License GPLv3+ (GNU GPL version 3 or later)
<http://gnu.org/licenses/gpl.html>

Expand Down
7 changes: 4 additions & 3 deletions buildkernel.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BUILDKERNEL 5 "Version 1.0.36: February 2020"
.TH BUILDKERNEL 5 "Version 1.0.37: July 2020"
.SH NAME
buildkernel.conf \- a configuration file for \fBbuildkernel\fR(8)
.SH SYNOPSIS
Expand Down Expand Up @@ -79,7 +79,8 @@ the encrypted keyfile).
.BR LUKSKEYFILE
If you wish to rely only on the fallback passphrase (assuming you have set
one up) and no keyfile, set this to the empty string (in which case,
\fBKEYFILEPARTUUID\fR will be ignored). Defaults to \fBluks-key.gpg\fR if
\fBKEYFILEPARTUUID\fR will be ignored) (and no static \fBgpg\fR(1)
will be built into the initramfs). Defaults to \fBluks-key.gpg\fR if
unset.
.br
.TP
Expand Down Expand Up @@ -255,7 +256,7 @@ function exit.
.RE
.SH COPYRIGHT
.nf
Copyright \(co 2014-2018 sakaki
Copyright \(co 2014-2020 sakaki
License GPLv3+ (GNU GPL version 3 or later)
<http://gnu.org/licenses/gpl.html>

Expand Down

0 comments on commit b4d8eda

Please sign in to comment.