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=idybvsZmVu1e0S7n/8otSzlW1dM20/C5WrZGk9wj+NA=; b=Da2C6Q7F0w86fLMQWCuwSwPP1CrAMKxz44aQbjKpN5FnSNCKgx7OvYCCrbMA5EJ1K0 5Qi5vcpqT8QO0bQrOfXNN09ebIEwcbO1fyGFm2ux4ZjqaUJaYgTJRpt+P+p4gMjhrNbL 3oy2vrB5a+vbqmvzqRgdtu0z1pf9SxytyDvuF1SuL7uuDQNKbMPGmqjnRlnBAAaOaLyl sMVtpw0ovcq0BW5brgGk+5pM2/s0KkeutZUigNWbjMKOhjgSU7MUw9blb7zPIskT8LlU 3+kJoHyl9mPOu0lz53Vg+diwFgBc7cUSz5aPHDZ1UEtztDwXAwjLERQCOY1/m1UdVORV 01yA== 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=idybvsZmVu1e0S7n/8otSzlW1dM20/C5WrZGk9wj+NA=; b=l/4XDb7YWFQSmBQ6dOaym78ZZkKAv6r9IYBFyH0GLuMXNM89n/mPXt1LT/wQU8T5x8 10HTWl/Bl4Wd73QZTuzRmtLPDdL1fahYo+bz/r65C+/jae8Auz+kFb858gCih21gMt2N yyMFMScWOa802BkHtuE40Yep9fpC/pirxFxWRlbNBjOKX4ZWJKH0S3qzzf+BCcXX1KSa dTeNud2vwNGS1ndgNmyjKiBU8Y9SCPNl20NSWQFMYDtJxt/WApTnWv4xoVtywaXJjIxA 4VO+SXFFeeYehxbYlhhemjJMTZkPBJ06SkLmV/NS2qVxTNUyD7nhVEJ09A1oCdgxpL2M nc3w== X-Gm-Message-State: AOAM530Fzf0K7g00PVemX7B75o9NqYhQpRxwNoKtEqPwAgvTf9mqXShk /NgoVqPk0YanbDLVuzqS9P930Yk1358= X-Google-Smtp-Source: ABdhPJwlqbDBT0VGLBmBnAS1DExphzJMbvutp3351BVqQ15/vpMsYxNaf+EVIQTc7I2GnxeJbKwegw== X-Received: by 2002:ac2:5624:: with SMTP id b4mr10118207lff.687.1632498885542; Fri, 24 Sep 2021 08:54:45 -0700 (PDT) From: Leonid Krivoshein To: make-initrd@lists.altlinux.org Message-ID: <14fae56f-0efd-1470-52df-04e4986ce9d1@gmail.com> Date: Fri, 24 Sep 2021 18:54:44 +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 02/41] fork pipeline: 11 files and directories 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:54:49 -0000 Archived-At: List-Archive: --- .../data/bin/{pipeline-sh-functions => bootchain-sh-functions} | 0 .../data/etc/initrd/cmdline.d/{pipeline => bootchain-core} | 0 .../bootchain-core/data/etc/rc.d/init.d/{pipeline => bootchain} | 0 .../bootchain-core/data/lib/{pipeline => bootchain}/mountfs | 0 .../bootchain-core/data/lib/{pipeline => bootchain}/overlayfs | 0 .../bootchain-core/data/lib/{pipeline => bootchain}/rootfs | 0 .../bootchain-core/data/sbin/{pipelined => bootchain-loop} | 0 .../bootchain-getimage/data/lib/{pipeline => bootchain}/getimage | 0 .../{50-pipeline-waitdev.rules => 50-bootchain-waitdev.rules} | 0 .../bootchain-waitdev/data/lib/{pipeline => bootchain}/waitdev | 0 .../lib/uevent/filters/{pipeline-waitdev => bootchain-waitdev} | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename make-initrd/features/bootchain-core/data/bin/{pipeline-sh-functions => bootchain-sh-functions} (100%) rename make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/{pipeline => bootchain-core} (100%) rename make-initrd/features/bootchain-core/data/etc/rc.d/init.d/{pipeline => bootchain} (100%) rename make-initrd/features/bootchain-core/data/lib/{pipeline => bootchain}/mountfs (100%) rename make-initrd/features/bootchain-core/data/lib/{pipeline => bootchain}/overlayfs (100%) rename make-initrd/features/bootchain-core/data/lib/{pipeline => bootchain}/rootfs (100%) rename make-initrd/features/bootchain-core/data/sbin/{pipelined => bootchain-loop} (100%) rename make-initrd/features/bootchain-getimage/data/lib/{pipeline => bootchain}/getimage (100%) rename make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/{50-pipeline-waitdev.rules => 50-bootchain-waitdev.rules} (100%) rename make-initrd/features/bootchain-waitdev/data/lib/{pipeline => bootchain}/waitdev (100%) rename make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/{pipeline-waitdev => bootchain-waitdev} (100%) diff --git a/make-initrd/features/bootchain-core/data/bin/pipeline-sh-functions b/make-initrd/features/bootchain-core/data/bin/bootchain-sh-functions similarity index 100% rename from make-initrd/features/bootchain-core/data/bin/pipeline-sh-functions rename to make-initrd/features/bootchain-core/data/bin/bootchain-sh-functions diff --git a/make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/pipeline b/make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/bootchain-core similarity index 100% rename from make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/pipeline rename to make-initrd/features/bootchain-core/data/etc/initrd/cmdline.d/bootchain-core diff --git a/make-initrd/features/bootchain-core/data/etc/rc.d/init.d/pipeline b/make-initrd/features/bootchain-core/data/etc/rc.d/init.d/bootchain similarity index 100% rename from make-initrd/features/bootchain-core/data/etc/rc.d/init.d/pipeline rename to make-initrd/features/bootchain-core/data/etc/rc.d/init.d/bootchain diff --git a/make-initrd/features/bootchain-core/data/lib/pipeline/mountfs b/make-initrd/features/bootchain-core/data/lib/bootchain/mountfs similarity index 100% rename from make-initrd/features/bootchain-core/data/lib/pipeline/mountfs rename to make-initrd/features/bootchain-core/data/lib/bootchain/mountfs diff --git a/make-initrd/features/bootchain-core/data/lib/pipeline/overlayfs b/make-initrd/features/bootchain-core/data/lib/bootchain/overlayfs similarity index 100% rename from make-initrd/features/bootchain-core/data/lib/pipeline/overlayfs rename to make-initrd/features/bootchain-core/data/lib/bootchain/overlayfs diff --git a/make-initrd/features/bootchain-core/data/lib/pipeline/rootfs b/make-initrd/features/bootchain-core/data/lib/bootchain/rootfs similarity index 100% rename from make-initrd/features/bootchain-core/data/lib/pipeline/rootfs rename to make-initrd/features/bootchain-core/data/lib/bootchain/rootfs diff --git a/make-initrd/features/bootchain-core/data/sbin/pipelined b/make-initrd/features/bootchain-core/data/sbin/bootchain-loop similarity index 100% rename from make-initrd/features/bootchain-core/data/sbin/pipelined rename to make-initrd/features/bootchain-core/data/sbin/bootchain-loop diff --git a/make-initrd/features/bootchain-getimage/data/lib/pipeline/getimage b/make-initrd/features/bootchain-getimage/data/lib/bootchain/getimage similarity index 100% rename from make-initrd/features/bootchain-getimage/data/lib/pipeline/getimage rename to make-initrd/features/bootchain-getimage/data/lib/bootchain/getimage diff --git a/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-pipeline-waitdev.rules b/make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules similarity index 100% rename from make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-pipeline-waitdev.rules rename to make-initrd/features/bootchain-waitdev/data/etc/udev/rules.d/50-bootchain-waitdev.rules diff --git a/make-initrd/features/bootchain-waitdev/data/lib/pipeline/waitdev b/make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev similarity index 100% rename from make-initrd/features/bootchain-waitdev/data/lib/pipeline/waitdev rename to make-initrd/features/bootchain-waitdev/data/lib/bootchain/waitdev diff --git a/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/pipeline-waitdev b/make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev similarity index 100% rename from make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/pipeline-waitdev rename to make-initrd/features/bootchain-waitdev/data/lib/uevent/filters/bootchain-waitdev -- 2.21.0