style: use lisp-case in partition labels
parent
85d30480a1
commit
a27e65a9d3
3
buer.scm
3
buer.scm
|
@ -58,7 +58,6 @@
|
||||||
(resolution '(1280 . 720))
|
(resolution '(1280 . 720))
|
||||||
(gfxmode '("1280x720x32"))))))
|
(gfxmode '("1280x720x32"))))))
|
||||||
|
|
||||||
(kernel linux-libre-6.4)
|
|
||||||
(kernel-arguments
|
(kernel-arguments
|
||||||
(list "modprobe.blacklist=usbmouse,usbkbd"
|
(list "modprobe.blacklist=usbmouse,usbkbd"
|
||||||
"thinkpad_acpi.fan_control=1"
|
"thinkpad_acpi.fan_control=1"
|
||||||
|
@ -71,7 +70,7 @@
|
||||||
(mount-point "/")
|
(mount-point "/")
|
||||||
(type "ext4"))
|
(type "ext4"))
|
||||||
(file-system
|
(file-system
|
||||||
(device (file-system-label "HOME"))
|
(device (file-system-label "home"))
|
||||||
(mount-point "/home")
|
(mount-point "/home")
|
||||||
(type "ext4"))
|
(type "ext4"))
|
||||||
%base-file-systems))
|
%base-file-systems))
|
||||||
|
|
Loading…
Reference in New Issue