From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 26 Sep 2021 15:49:23 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: <20210926134923.v5zqena2e5baduzj@example.org> References: <1ee7d125-4779-fd54-f939-340ab8780d67@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1ee7d125-4779-fd54-f939-340ab8780d67@gmail.com> Subject: Re: [make-initrd] [PATCH v1 11/41] fork pipeline: mountfs step modified X-BeenThere: make-initrd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: make-initrd@lists.altlinux.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2021 13:49:25 -0000 Archived-At: List-Archive: On Fri, Sep 24, 2021 at 06:56:33PM +0300, Leonid Krivoshein wrote: > --- > .../features/bootchain-core/data/lib/bootchain/mountfs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/make-initrd/features/bootchain-core/data/lib/bootchain/mountfs > b/make-initrd/features/bootchain-core/data/lib/bootchain/mountfs > index d15ae91..a9f515e 100755 > --- a/make-initrd/features/bootchain-core/data/lib/bootchain/mountfs > +++ b/make-initrd/features/bootchain-core/data/lib/bootchain/mountfs > @@ -1,6 +1,6 @@ > #!/bin/bash -efu > -. pipeline-sh-functions > +. bootchain-sh-functions > check_parameter MOUNTFS > param="$(get_parameter MOUNTFS)" > @@ -13,4 +13,4 @@ opts= > [ -c "$target" ] || [ -b "$target" ] || > opts='ro,loop' > -run mount ${opts:+-o $opts} "$target" "$destdir" > +run mount ${opts:+-o $opts} -- "$target" "$destdir" Я не понял зачем этот патч ? Сделай пожалуйста описание. -- Rgrds, legion