You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: buildkernel.8
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.TH BUILDKERNEL 8 "Version 1.0.33: October 2018"
1
+
.TH BUILDKERNEL 8 "Version 1.0.34: April 2019"
2
2
.SH NAME
3
3
buildkernel \- build secure boot kernel, save to EFI system partition
4
4
.SH SYNOPSIS
@@ -61,7 +61,7 @@ cleans the kernel tree (if you specify \fB--clean\fR; you will be asked whether
61
61
.IP\(bu2
62
62
builds the kernel, and its modules, with the specified configuration; in this first pass, an empty initramfs is used (since it must be incorporated in the kernel, to be protected by UEFI secure boot, but we don't have everything necessary to include in it, yet!);
63
63
.IP\(bu2
64
-
builds any external modules (such as those required for VirtualBox), using \fBemerge@module-rebuild\fR, if you so specify (using the option \fB--rebuild-external-modules\fR);
64
+
builds any external modules (such as those required for VirtualBox), using \fBemerge@module-rebuild\fR, if you so specify (using the option \fB--rebuild-external-modules\fR), and optionally signs them (if you have set up the variables \fBKERNEL_SIGNING_CERT\fR and \fBKERNEL_SIGNING_KEY\fR in \fI/etc/buildkernel.conf\fR);
65
65
.IP\(bu2
66
66
creates a first cut of the initramfs using \fBgenkernel\fR(8) (see below for more details); this will contain \fBgenkernel\fR(8)'s \fBinit\fR(8) script, compiled modules, any necessary firmware (if you haven't deblobbed), and a minimal set of binaries; it does \fInot\fR at this point contain a static copy of \fBgpg\fR;
0 commit comments