Hi Adam,
On Sun, 16 Mar 2025 10:02:42 +0800,
Adam wrote:
>
> Hello Guix!
> Recently I've read about customizing the kernel on this page
> https://guix.gnu.org/cookbook/en/html_node/Customizing-the-Kernel.html
> After reading I decided to try one of described there ways of
> providing my own kernel
On Sun, 16 Mar 2025 18:31:51 +0800,
Adam wrote:
>
> Hi, Hilton!
> Thank you for the message, I tried using it in my package definition
> ```
> (define-public my-linux-package
> (package
> (inherit (customize-linux
> #:linux linux-libre
> #:defconfig
>
On Sun, 16 Mar 2025 19:32:19 +0800,
Adam wrote:
>
> Oh, It started compiling! Thank you!
> I will write about the results!
> Btw, what do I need to do if I want to update the documentation? I
> should create a patch for the document and send it to guix patches?
Yes, doc/guix-cookbook.texi is the s
it was compiled! And the config in the result derivation contained this line
```
# CONFIG_RTW89 is not set
```
So, as I see, my problem was resolved. Also I found this page
https://guix.gnu.org/manual/devel/en/html_node/Writing-Documentation.html
.
I will look at the instructions and will try to co
Oh, It started compiling! Thank you!
I will write about the results!
Btw, what do I need to do if I want to update the documentation? I
should create a patch for the document and send it to guix patches?
On Sun, Mar 16, 2025 at 4:19 AM Hilton Chain wrote:
>
> On Sun, 16 Mar 2025 18:31:51 +0800,
>
Hi, Hilton!
Thank you for the message, I tried using it in my package definition
```
(define-public my-linux-package
(package
(inherit (customize-linux
#:linux linux-libre
#:defconfig
(local-file "linux-libre-config")
```
But unfortunately it didn
Hello Guix!
Recently I've read about customizing the kernel on this page
https://guix.gnu.org/cookbook/en/html_node/Customizing-the-Kernel.html
After reading I decided to try one of described there ways of
providing my own kernel configuration.
Long story short, in my configuration I disabled every