nongnu: images: Add pinenote-raw-image.
* nongnu/system/images/pinenote.scm (pinenote-raw-image): New variable.
This commit is contained in:
parent
6c9c45c97c
commit
67eb7a9c0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user