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)) (firmware (list pinenote-firmware))
(kernel linux-pinenote) (kernel linux-pinenote)
(file-systems (cons* (file-system (file-systems (cons (file-system
(device (file-system-label "boot")) (device (file-system-label "my-root"))
(mount-point "/boot/efi")
(type "ext4"))
(file-system
(device (file-system-label "rootfs"))
(mount-point "/") (mount-point "/")
(type "ext4")) (type "ext4"))
%base-file-systems)) %base-file-systems))
@ -67,14 +63,13 @@
sway) sway)
%base-packages)) %base-packages))
(services (append (list ;(service sddm-service-type) (services (cons (service agetty-service-type
(service agetty-service-type
(agetty-configuration (agetty-configuration
(extra-options '("-L")) ; no carrier detect (extra-options '("-L")) ; no carrier detect
(baud-rate "1500000") (baud-rate "1500000")
(term "vt100") (term "vt100")
(tty "ttyS2")))) (tty "ttyS2"))))
%base-services)))) %base-services)))
(define pinenote-image-type (define pinenote-image-type
(image-type (image-type