Skip to content

Commit b4d8eda

Browse files
committed
Bump version to 1.0.37
1 parent 76e2081 commit b4d8eda

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

buildkernel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Build kernel, modules and initial ramdisk in correct sequence, ensuring kernel
44
# config is conformed, then sign if possible and copy to EFI boot partition.
55
#
6-
# Copyright (c) 2014-2018 sakaki <sakaki@deciban.com>
6+
# Copyright (c) 2014-2020 sakaki <sakaki@deciban.com>
77
#
88
# License (GPL v3.0)
99
# ------------------
@@ -31,7 +31,7 @@ shopt -s nullglob
3131
# ********************** variables *********************
3232
PROGNAME="$(basename "${0}")"
3333
CONFFILE="/etc/${PROGNAME}.conf"
34-
VERSION="1.0.36"
34+
VERSION="1.0.37"
3535
ETCPROFILE="/etc/profile"
3636
DEFAULTEFIBOOTFILE="bootx64.efi"
3737
EFIBOOTFILE="${DEFAULTEFIBOOTFILE}"

buildkernel.8

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH BUILDKERNEL 8 "Version 1.0.36: February 2020"
1+
.TH BUILDKERNEL 8 "Version 1.0.37: July 2020"
22
.SH NAME
33
buildkernel \- build secure boot kernel, save to EFI system partition
44
.SH SYNOPSIS
@@ -20,7 +20,9 @@ init system.)
2020

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

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

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

3638
Although \fBbuildkernel\fR is targetted primarily at the use-case where the
3739
EFI 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
253255
License GPLv3+ (GNU GPL version 3 or later)
254256
<http://gnu.org/licenses/gpl.html>
255257

buildkernel.conf.5

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

0 commit comments

Comments
 (0)