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=TImUOF3blw7RCjp9sMD1I8cQSmVu5vjesDvJcx9l1pY=; b=pxu7ndj4dgPKb5Q3SFRu5vs+NJNdu8DfADmOpJmUeABafC0uCrLeHPqmClfEUz7ObL lytWRIhbbI8PPa5EgdpNNJad+MPryDUv5hCGvB7kpA6zK+vsyXnOC4jEYEqFXUVRgJdy iLXiHCbsDhrUTgJ4jDkf7p89wgf+Y0Q0i/jtj1pgta5ZDYqJzyTNsWkCnxjZnoh2RXUo 0fI2gtxTacmw3aseWs7RuNnwbBw7lCU/LPt3X0zNvhGb05tJ0AFmOt0pqS4q91W/6MQ/ qiTVsXG2bxYzl79/cTybd66DmJjAyHS/ukHzjfLHcF8LJwjJJvec3E9oA/c/XrFv8CyL Fe8Q== 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=TImUOF3blw7RCjp9sMD1I8cQSmVu5vjesDvJcx9l1pY=; b=FhOivDmCI4XoaVFmGdR818B9dtBnQ8hn6QRkp2g2cY6+vbtQSlXsCYC1a9/Vq+U4Pb sjFn8efJrrSYela/YfC8zYYV7vjOMzpN1l8eJuwIKCz0Yc6zPzJi8ZNdY+2S+evD7xRH ihzPaTQW4jfM3x6FDvw72yoIwMspXjXUiKRJCXxAOWjwITp2qn0F/33NyusuR7bYldgX DWKjIvgHNz9ad2P3bIiZKCHZUwHCsO9++YAA9h/4tQpUw73ortIFEY2ydABUWM6CZLnF C9kBEJlPNuJhJ4JE8BTNzlfyb21e5fOgQr6YCo8jB2mM7KkC8pmHvbltcZYRor2xCJVM CCyQ== X-Gm-Message-State: AOAM532FtS5UIyWy1l4oGtvOWphL62w4vT2dxt/UHMkIMxcMHyg43G/M 9LwP5c/a7cXwjVpLFWGB2gmSIZtdQJE= X-Google-Smtp-Source: ABdhPJz9V00hvYRpVvgSXCfuE0XVe2DckgJVrCjZDXsERpq/TNMTvbHfARWqbOZW/yJSECzERzsNeA== X-Received: by 2002:a2e:9544:: with SMTP id t4mr11679736ljh.503.1632499167212; Fri, 24 Sep 2021 08:59:27 -0700 (PDT) From: Leonid Krivoshein To: make-initrd@lists.altlinux.org Message-ID: <814e6cf0-fc80-ac44-f41d-3753b7459de0@gmail.com> Date: Fri, 24 Sep 2021 18:59:26 +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 38/41] added symlinks for compatibility with pipeline 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:59:30 -0000 Archived-At: List-Archive: --- make-initrd/features/bootchain-core/data/lib/pipeline | 1 + .../features/bootchain-core/data/sbin/pipeline-sh-functions | 1 + 2 files changed, 2 insertions(+) create mode 120000 make-initrd/features/bootchain-core/data/lib/pipeline create mode 120000 make-initrd/features/bootchain-core/data/sbin/pipeline-sh-functions diff --git a/make-initrd/features/bootchain-core/data/lib/pipeline b/make-initrd/features/bootchain-core/data/lib/pipeline new file mode 120000 index 0000000..632792d --- /dev/null +++ b/make-initrd/features/bootchain-core/data/lib/pipeline @@ -0,0 +1 @@ +bootchain \ No newline at end of file diff --git a/make-initrd/features/bootchain-core/data/sbin/pipeline-sh-functions b/make-initrd/features/bootchain-core/data/sbin/pipeline-sh-functions new file mode 120000 index 0000000..ec763bc --- /dev/null +++ b/make-initrd/features/bootchain-core/data/sbin/pipeline-sh-functions @@ -0,0 +1 @@ +../bin/bootchain-sh-functions \ No newline at end of file -- 2.21.0