diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 7 | ||||
| -rw-r--r-- | gnu/system/linux-initrd.scm | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d71c2331351..43d01401989 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -11234,9 +11234,9 @@ file systems.") | |||
| 11234 | (list util-linux "static")))) | 11234 | (list util-linux "static")))) |
| 11235 | (synopsis "Statically linked XFS file system tools"))) | 11235 | (synopsis "Statically linked XFS file system tools"))) |
| 11236 | 11236 | ||
| 11237 | (define-public xfs_repair/static | 11237 | (define-public xfs-repair/static |
| 11238 | (package | 11238 | (package |
| 11239 | (name "xfs_repair-static") | 11239 | (name "xfs-repair-static") |
| 11240 | (version (package-version xfsprogs/static)) | 11240 | (version (package-version xfsprogs/static)) |
| 11241 | (source #f) | 11241 | (source #f) |
| 11242 | (build-system trivial-build-system) | 11242 | (build-system trivial-build-system) |
| @@ -11259,6 +11259,9 @@ file systems.") | |||
| 11259 | from the xfsprogs package. It is meant to be used in initrds.") | 11259 | from the xfsprogs package. It is meant to be used in initrds.") |
| 11260 | (license (package-license xfsprogs/static)))) | 11260 | (license (package-license xfsprogs/static)))) |
| 11261 | 11261 | ||
| 11262 | (define-deprecated-package xfs_repair/static | ||
| 11263 | "xfs_repair-static" xfs-repair/static) | ||
| 11264 | |||
| 11262 | (define-public genext2fs | 11265 | (define-public genext2fs |
| 11263 | (package | 11266 | (package |
| 11264 | (name "genext2fs") | 11267 | (name "genext2fs") |
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 |
