Skip to content

Commit

Permalink
Bump version to 1.0.24
Browse files Browse the repository at this point in the history
Fix #12 (customizable LINUXBUILDDIR) via PR #13 et sec; thanks leezu
Fix #15 (SYSTEMD_INIT migration); thanks frunzales
  • Loading branch information
sakaki- committed Jul 24, 2017
1 parent 57da2b9 commit 519f7ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildkernel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ shopt -s nullglob
# ********************** variables *********************
PROGNAME="$(basename "${0}")"
CONFFILE="/etc/${PROGNAME}.conf"
VERSION="1.0.23"
VERSION="1.0.24"
ETCPROFILE="/etc/profile"
DEFAULTEFIBOOTFILE="bootx64.efi"
EFIBOOTFILE="${DEFAULTEFIBOOTFILE}"
Expand Down
2 changes: 1 addition & 1 deletion buildkernel.8
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BUILDKERNEL 8 "Version 1.0.23: May 2017"
.TH BUILDKERNEL 8 "Version 1.0.24: July 2017"
.SH NAME
buildkernel \- build secure boot kernel, save to EFI system partition
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions buildkernel.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BUILDKERNEL 5 "Version 1.0.23: May 2017"
.TH BUILDKERNEL 5 "Version 1.0.24: July 2017"
.SH NAME
buildkernel.conf \- a configuration file for \fBbuildkernel\fR(8)
.SH SYNOPSIS
Expand Down Expand Up @@ -97,7 +97,7 @@ For example, you may consider setting \fBLINUXBUILDDIR\fR="\fI/var/tmp\fR"
Please note that if the kernel's \fI.config\fR file is modified
during the build, and you have specified a \fBLINUXBUILDDIR\fR, then it is
only the \fI.config\fR in the \fBLINUXBUILDDIR\fI/buildkernel\fR directory
that is affected; the \fI.config\fR in f\I/usr/src/linux\fR (if any) will
that is affected; the \fI.config\fR in \fI/usr/src/linux\fR (if any) will
be unchanged.
.br
.TP
Expand Down

0 comments on commit 519f7ea

Please sign in to comment.