help-guix
[Top][All Lists]
Advanced

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

Re: Passing acpi_osi="Linux" to bootloader current-system entry


From: Tobias Geerinckx-Rice
Subject: Re: Passing acpi_osi="Linux" to bootloader current-system entry
Date: Sat, 25 Jan 2020 16:28:09 +0100

Wiktor,

Wiktor Żelazny 写道:
According to 8.13 Bootloader Configuration [1] of the Guix Manual, it is possible to set linux-arguments for non-default bootloader entries (those defined via menu-entry). Is there a way to do the same for the current-system entry — specifically to pass acpi_osi="Linux" [2]?

 (operating-system
   …
   (kernel-arguments (list acpi_osi=Linux" …))
   …)

So note that KERNEL-ARGUMENTS are part of your operating-system record, like the KERNEL field, not of your bootloader configuration.

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

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