guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: website: custom-kernel: Prepare for publication.


From: Ludovic Courtès
Subject: 02/02: website: custom-kernel: Prepare for publication.
Date: Tue, 21 May 2019 06:05:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix-artwork.

commit 665d858a921511abc6ea81163eb2b04854c1ffb5
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 21 11:18:36 2019 +0200

    website: custom-kernel: Prepare for publication.
    
    * website/posts/custom-kernel.md: Update tags and date.  Add a couple of
    backquotes.
---
 website/posts/custom-kernel.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/posts/custom-kernel.md b/website/posts/custom-kernel.md
index b6b7d82..4b1088b 100644
--- a/website/posts/custom-kernel.md
+++ b/website/posts/custom-kernel.md
@@ -1,7 +1,7 @@
 title: Creating and using a custom Linux kernel on Guix System
-date: 2019-05-20 00:00
+date: 2019-05-21 12:00
 author: Efraim Flashner
-tags: kernel, customization
+tags: Software development, Kernel, Customization
 ---
 
 Guix is, at its core, a source based distribution with
@@ -59,16 +59,16 @@ declared like this:
 ```
 
 Any keys which are not assigned values inherit their default value from
-the make-linux-libre definition.  When comparing the two snippets above,
+the `make-linux-libre` definition.  When comparing the two snippets above,
 you may notice that the code comment in the first doesn't actually refer
-to the extra-version keyword; it is actually for configuration-file.
+to the `#:extra-version` keyword; it is actually for `#:configuration-file`.
 Because of this, it is not actually easy to include a custom kernel
 configuration from the definition, but don't worry, there are other ways
 to work with what we do have.
 
 There are two ways to create a kernel with a custom kernel configuration.
 The first is to provide a standard `.config` file during the build
-process by including an actual `.config` file as a native-input to our
+process by including an actual `.config` file as a native input to our
 custom kernel.  The
 
[following](https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/linux.scm#n379)
 is a snippet from the custom 'configure phase of the `make-linux-libre`



reply via email to

[Prev in Thread] Current Thread [Next in Thread]