nongnu: images: Add pinenote-raw-image.

* nongnu/system/images/pinenote.scm (pinenote-raw-image): New variable.
This commit is contained in:
Petr Hodina 2022-12-27 11:52:57 +01:00
parent 6c9c45c97c
commit 67eb7a9c0d

View File

@ -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