guix-commits
[Top][All Lists]
Advanced

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

branch master updated: images: novena: Replace agetty-service by term-au


From: guix-commits
Subject: branch master updated: images: novena: Replace agetty-service by term-auto.
Date: Thu, 03 Dec 2020 06:28:23 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 295aa49  images: novena: Replace agetty-service by term-auto.
295aa49 is described below

commit 295aa49ec996ce46ea1fe6a3929a9b74e8680569
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Dec 3 12:24:36 2020 +0100

    images: novena: Replace agetty-service by term-auto.
    
    * gnu/system/images/novena.scm (novena-barebones-os)[kernel-arguments]: New
    field.
    [services]: Remove field.
---
 gnu/system/images/novena.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/system/images/novena.scm b/gnu/system/images/novena.scm
index 335074e..4778061 100644
--- a/gnu/system/images/novena.scm
+++ b/gnu/system/images/novena.scm
@@ -42,18 +42,12 @@
                  (target "/dev/vda")))
     (initrd-modules '("sdhci-esdhc-imx" "ahci_imx"))
     ;(kernel linux-libre-arm-generic)
+    (kernel-arguments '("console=ttymxc1,115200"))
     (file-systems (cons (file-system
                           (device (file-system-label "my-root"))
                           (mount-point "/")
                           (type "ext4"))
-                        %base-file-systems))
-    (services (cons (service agetty-service-type
-                             (agetty-configuration
-                              (extra-options '("-L")) ; no carrier detect
-                              (baud-rate "115200")
-                              (term "vt100")
-                              (tty "ttymxc1")))
-                    %base-services))))
+                        %base-file-systems))))
 
 (define novena-image-type
   (image-type



reply via email to

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