me
/
guix
Archived
1
0
Fork 0

system: Add boot file systems to /etc/fstab.

* gnu/system.scm (essential-services): Pass FSTAB-SERVICE-TYPE the list
of file systems that match 'file-system-needed-for-boot?'.
master
Ludovic Courtès 2019-04-26 23:53:53 +02:00
parent 74685a4369
commit aea1a42e00
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 1 deletions

View File

@ -493,7 +493,9 @@ bookkeeping."
(operating-system-groups os)) (operating-system-groups os))
(operating-system-skeletons os)) (operating-system-skeletons os))
(operating-system-etc-service os) (operating-system-etc-service os)
(service fstab-service-type '()) (service fstab-service-type
(filter file-system-needed-for-boot?
(operating-system-file-systems os)))
(session-environment-service (session-environment-service
(operating-system-environment-variables os)) (operating-system-environment-variables os))
host-name procs root-fs host-name procs root-fs