[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52790] [PATCH v3 5/7] gnu: docker: Fix mkfs.xfs reference.
From: |
Pierre Langlois |
Subject: |
[bug#52790] [PATCH v3 5/7] gnu: docker: Fix mkfs.xfs reference. |
Date: |
Tue, 10 May 2022 00:35:17 +0100 |
* gnu/packages/docker.scm (docker)[arguments]: Refer to sbin/mkfs.xfs
instead of bin/mkfs.xfs.
---
gnu/packages/docker.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index aa5f4d523b..ff9bbecab6 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -440,7 +440,7 @@ (define-public docker
(substitute-LookPath*
("containerd" "containerd" "bin/containerd")
("ps" "procps" "bin/ps")
- ("mkfs.xfs" "xfsprogs" "bin/mkfs.xfs")
+ ("mkfs.xfs" "xfsprogs" "sbin/mkfs.xfs")
("lvmdiskscan" "lvm2" "sbin/lvmdiskscan")
("pvdisplay" "lvm2" "sbin/pvdisplay")
("blkid" "util-linux" "sbin/blkid")
--
2.36.0
- [bug#52790] [PATCH v3 0/7] Update docker to 20.10.15., Pierre Langlois, 2022/05/09
- [bug#52790] [PATCH v3 1/7] gnu: runc: Update to 1.1.1., Pierre Langlois, 2022/05/09
- [bug#52790] [PATCH v3 2/7] gnu: containerd: Fix patch-paths build phase., Pierre Langlois, 2022/05/09
- [bug#52790] [PATCH v3 4/7] gnu: containerd: Switch to gexp arguments., Pierre Langlois, 2022/05/09
- [bug#52790] [PATCH v3 3/7] gnu: containerd: Update to 1.6.4., Pierre Langlois, 2022/05/09
- [bug#52790] [PATCH v3 5/7] gnu: docker: Fix mkfs.xfs reference.,
Pierre Langlois <=
- [bug#52790] [PATCH v3 7/7] gnu: docker: Switch to gexp and new input style., Pierre Langlois, 2022/05/09
- [bug#52790] [PATCH v3 6/7] gnu: docker: Update to 20.10.15., Pierre Langlois, 2022/05/09