From 67eb7a9c0d05f3573939b6f4b33b719640791853 Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 27 Dec 2022 11:52:57 +0100 Subject: [PATCH] nongnu: images: Add pinenote-raw-image. * nongnu/system/images/pinenote.scm (pinenote-raw-image): New variable. --- nongnu/system/images/pinenote.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/nongnu/system/images/pinenote.scm b/nongnu/system/images/pinenote.scm index b505d61..d1bc88b 100644 --- a/nongnu/system/images/pinenote.scm +++ b/nongnu/system/images/pinenote.scm @@ -52,12 +52,8 @@ (firmware (list pinenote-firmware)) (kernel linux-pinenote) - (file-systems (cons* (file-system - (device (file-system-label "boot")) - (mount-point "/boot/efi") - (type "ext4")) - (file-system - (device (file-system-label "rootfs")) + (file-systems (cons (file-system + (device (file-system-label "my-root")) (mount-point "/") (type "ext4")) %base-file-systems)) @@ -67,14 +63,13 @@ sway) %base-packages)) - (services (append (list ;(service sddm-service-type) - (service agetty-service-type + (services (cons (service agetty-service-type (agetty-configuration (extra-options '("-L")) ; no carrier detect (baud-rate "1500000") (term "vt100") (tty "ttyS2")))) - %base-services)))) + %base-services))) (define pinenote-image-type (image-type