diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-04-10 21:21:05 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-08-21 16:44:36 -0700 |
| commit | e72dbc1a3546e54028f4c13e2cfd2d5973b17c22 (patch) | |
| tree | 8c8029b8f72443cd73892b83c9d2b433031ca0ba /gnu/system | |
| parent | 8420dd0683c3662a20891a21911d3a5c2588df76 (diff) | |
gnu: xfs-repair/static: Deprecate and rename.
* gnu/packages/linux.scm (xfs_repair/static): Rename to
xfs-repair/static and deprecate.
* etc/manifests/release-minimal.scm (%filesystem-packages): Adapt
accordingly.
* gnu/system/linux-initrd.scm (file-system-packages): Likewise.
Change-Id: Ied616899e811094e52672dd25547471cb2297be6
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 |
