[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: |
Danny Milosavljevic |
Subject: |
[bug#52790] [PATCH v3 5/7] gnu: docker: Fix mkfs.xfs reference. |
Date: |
Tue, 10 May 2022 12:06:02 +0200 |
On Tue, 10 May 2022 00:35:17 +0100
Pierre Langlois <pierre.langlois@gmx.com> wrote:
> * 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")
LGTM!
pgpfkEPjNuOBy.pgp
Description: OpenPGP digital signature
- [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, 2022/05/09
- [bug#52790] [PATCH v3 5/7] gnu: docker: Fix mkfs.xfs reference.,
Danny Milosavljevic <=
- [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