add initrd and update placeything hashes
This commit is contained in:
parent
e2a27dbc57
commit
8e63730e60
10
system.scm
10
system.scm
@ -11,7 +11,8 @@
|
|||||||
;; used in this configuration.
|
;; used in this configuration.
|
||||||
(use-modules
|
(use-modules
|
||||||
(gnu)
|
(gnu)
|
||||||
(nongnu packages linux))
|
(nongnu packages linux)
|
||||||
|
(nongnu system linux-initrd))
|
||||||
(use-service-modules
|
(use-service-modules
|
||||||
cups
|
cups
|
||||||
desktop
|
desktop
|
||||||
@ -21,6 +22,7 @@
|
|||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
(kernel linux)
|
(kernel linux)
|
||||||
|
(initrd microcode-initrd)
|
||||||
(firmware (list linux-firmware))
|
(firmware (list linux-firmware))
|
||||||
(locale "en_US.utf8")
|
(locale "en_US.utf8")
|
||||||
(timezone "America/Anchorage")
|
(timezone "America/Anchorage")
|
||||||
@ -76,12 +78,14 @@
|
|||||||
;; by running 'blkid' in a terminal.
|
;; by running 'blkid' in a terminal.
|
||||||
(file-systems (cons* (file-system
|
(file-systems (cons* (file-system
|
||||||
(mount-point "/boot/efi")
|
(mount-point "/boot/efi")
|
||||||
(device (uuid "67E3-17ED"
|
(device (uuid ;"67E3-17ED"
|
||||||
|
"FBB5-2030"
|
||||||
'fat32))
|
'fat32))
|
||||||
(type "vfat"))
|
(type "vfat"))
|
||||||
(file-system
|
(file-system
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(device (uuid
|
(device (uuid
|
||||||
"39ec24ba-7c1f-49ff-9af6-57ace91cfba5"
|
;"39ec24ba-7c1f-49ff-9af6-57ace91cfba5"
|
||||||
|
"25b6c953-f92e-47df-baf0-6a80bccba45f"
|
||||||
'ext4))
|
'ext4))
|
||||||
(type "ext4")) %base-file-systems)))
|
(type "ext4")) %base-file-systems)))
|
||||||
|
Loading…
Reference in New Issue
Block a user