diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/linux-initrd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/linux-initrd.scm b/gnu/system/linux-initrd.scm index f00a72afebc..29770315847 100644 --- a/gnu/system/linux-initrd.scm +++ b/gnu/system/linux-initrd.scm | |||
| @@ -321,7 +321,7 @@ FILE-SYSTEMS." | |||
| 321 | (list f2fs-fsck/static) | 321 | (list f2fs-fsck/static) |
| 322 | '()) | 322 | '()) |
| 323 | ,@(if (find (file-system-type-predicate "xfs") file-systems) | 323 | ,@(if (find (file-system-type-predicate "xfs") file-systems) |
| 324 | (list xfs_repair/static) | 324 | (list xfs-repair/static) |
| 325 | '()))) | 325 | '()))) |
| 326 | 326 | ||
| 327 | (define-syntax vhash ;TODO: factorize | 327 | (define-syntax vhash ;TODO: factorize |
