From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:subject:to:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=0vlFr58p58EfUzuEQXAhi6n7Jjro0nFRSVdTOQ39gE4=; b=pTfeMOVhoUklM9qq6+EnaR71QafnX/L+4ov6NmGU2eb/24lcrfi8JlFJf1NGEm11QY QAiJWdTCe/+1fdCrcO9arRibAs2keayxmaRot3viIrKDuOZcKkBeR+uUp9Ry//Cu4V8D I7jkNXdKnTUqrEqsGgZ67GMxR+Pq6eR8Dz0wwXy/rehFpyF4PSI0tSXGpta+pmlPvFsQ YcA6x949SB7eqvH6WrfXL9MXnEExtQhKOlkKbJ+P7QCfNJZXo1NT2ooHDNt5LLpdYD4S 1y1echlkYmDzh1xSCwCvo5fs/l2y06E93VGiFykxaJMmRJ4sbOMnetoAQnr3SDhNZa4z nbTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=0vlFr58p58EfUzuEQXAhi6n7Jjro0nFRSVdTOQ39gE4=; b=xZ7ppC29Y1WOyYyzSJ1PPfU64iIYup3gulbjEO9XbrsyyGgXpxG36TV/RIHo5ZkkkE WmAAxL91nqYjpOKUVjL/Br97WG7hS3KU76JcBa1VL1nfbCtr0nFNqpUFIGTuPaOhMaH9 8avQrDknrCwheM272qEsjDH81Wm7MLZwrfkW4nxlK2mjfRxLZWMcfFkqcwyf51CvTbsN tOVatcrbrAYa4j8Av5PgGCE6+J81YZNeAxC3+Mzp6BJEUmi4xWMw24IX0GnFKatb4BZ4 IXurqm6E3xJQ3iDcefAp/p5NwwBrv+bg03V1ltacowJhXACxksPBHAPhtT+NK1JsFkx7 WSsA== X-Gm-Message-State: AOAM5333I9f0t6H1Z8G70Z5g9Nn78r9c64hnvKL9yx1D5XmbkkVyrf3O 1c4H/2tDu+9UgPhk6Tmf1D4934y7iD4= X-Google-Smtp-Source: ABdhPJzqb8jAjjUl37ngIUwUnV+eT5MxNaNZ6POTYfJpWc3o9uJMPR/JR84njU5KDDFPQKjascjXQg== X-Received: by 2002:a05:6512:78:: with SMTP id i24mr9917556lfo.595.1632499021141; Fri, 24 Sep 2021 08:57:01 -0700 (PDT) From: Leonid Krivoshein To: make-initrd@lists.altlinux.org Message-ID: <23bd9e4c-01a2-1b7b-21f9-8a68caa9e2d5@gmail.com> Date: Fri, 24 Sep 2021 18:57:00 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Language: ru Content-Transfer-Encoding: 7bit Subject: [make-initrd] [PATCH v1 15/41] fork pipeline: waitdev: uevent filter renamed 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: Fri, 24 Sep 2021 15:57:03 -0000 Archived-At: List-Archive: --- .../data/etc/udev/rules.d/50-bootchain-waitdev.rules | 2 +- .../data/lib/uevent/filters/bootchain-waitdev | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules b/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules index e473deb..e4b8616 100644 --- a/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules +++ b/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules @@ -1 +1 @@ -SUBSYSTEM=="block", ACTION!="remove", RUN+="/lib/uevent/filters/pipeline-waitdev" +SUBSYSTEM=="block", ACTION!="remove", RUN+="/lib/uevent/filters/bootchain-waitdev" diff --git a/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev b/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev index d975006..272aee7 100755 --- a/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev +++ b/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev @@ -3,8 +3,8 @@ . /.initrd/initenv . initrd-sh-functions -mkdir -p -- /.initrd/pipeline/waitdev -cd /.initrd/pipeline/waitdev +mkdir -p -- /.initrd/bootchain/waitdev +cd /.initrd/bootchain/waitdev/ i=0 while [ "$i" -lt "${WAITDEV:-0}" ]; do -- 2.21.0