summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index f92c7de8e31..3478afcec47 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -578,7 +578,7 @@ marked as 'needed-for-boot'."
578 578
579(define (boot-file-system-service os) 579(define (boot-file-system-service os)
580 "Return a service which adds, to the system profile, packages providing the 580 "Return a service which adds, to the system profile, packages providing the
581utilites for the file systems marked as 'needed-for-boot' in OS." 581utilities for the file systems marked as 'needed-for-boot' in OS."
582 (let ((file-systems (filter file-system-needed-for-boot? 582 (let ((file-systems (filter file-system-needed-for-boot?
583 (operating-system-file-systems os)))) 583 (operating-system-file-systems os))))
584 (simple-service 'boot-file-system-utilities profile-service-type 584 (simple-service 'boot-file-system-utilities profile-service-type