commit 7b193eac859181c52eaa3eaa40bc8d6a59b7b637
parent 279b8a49f293c417273b440d6590868fd5fbe478
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 26 Nov 2018 15:27:33 +0100
pass kernel args
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/guix/config.scm b/guix/config.scm
@@ -71,6 +71,7 @@
(timezone "Europe/Paris")
(locale "en_US.utf8")
(initrd-modules (cons* "megaraid_sas" %base-initrd-modules))
+ (kernel-arguments (list "console=ttyS0" "console=tty0"))
(bootloader (bootloader-configuration
(bootloader grub-bootloader)