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=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=AQ63YsqwnENz5J8FCy1Ifc0+Bw00G90hwBRJQyCzK88=; b=ZHKEubiih/+L3ueFTdLg6xkwdutX1s51NwydFGCyMZrxfwgUziZlvmrtacHuFnfog9 YOVIdHq3T7U3fsP8eAuJ8Det4QL3jBYP2rGRni6vdQ9oxSi5xfKeMZffE7clY9FU163K XLBSYj6XllU20iLAOi/1HYRxrL+n0coYjl8vdZ2PJevPevdUI+QAqyJ+gRow0xyvSSg6 MvdcMd3GDKOc0FKmyn7qbufGhWJLCzsEu4jS8yW2zlJAf/zx3RkwkqNJmX5KojrdeP3p tqNVUuwNa3YE5JP6VIdbbcgplwQpdZeHTnO1RzxGaneS+YrDxS+TULzmacgm/4K3ID6R +K6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=AQ63YsqwnENz5J8FCy1Ifc0+Bw00G90hwBRJQyCzK88=; b=A9aCBIrCL/txETg8PNEqxOxZZrnEjZYi6c6E7zNgbZd75d2R368ydeKlGMSANhGm9A 6W61KssW+eu4LC8b05cOaNrVX9E4SMOgjMQCFQdgq+buRQ7lNpAuEIEnWHCxBOQQUm9q xhBV2pnTP0+vsox2+dTzHlysKhORaiRhhhgvFEOo0alms0bxP5srcem1jZjvDr4X7RdG m1AvIz+f6UF36ukBXEXI/zpS4rrLloSsuOKUgZUZK8aQo/hRAyEeQe0ui4PA+T4uw+yn CHISpFqJm0TjyoHCY55jX9nj6XP1FpMoRMRwbQdEWBCyu3qB2gQEOMMaa9L/2Uif5yDU ulQQ== X-Gm-Message-State: AOAM531T+ZXcUjoBNz9HhbifLVfYbDxmrnw0OF6+jdSwChjXw2Q7NjHs msAbXmZAg13SgIQU8X0HvVX6z0/In3Q= X-Google-Smtp-Source: ABdhPJzdYAiKw0I3sego0nXn78198hU64tv0jBOnWvT7OYnhuDr4dxB2CR5lY7ndoiuo5PlbxFR04Q== X-Received: by 2002:a19:7709:: with SMTP id s9mr21602960lfc.250.1617135537379; Tue, 30 Mar 2021 13:18:57 -0700 (PDT) To: make-initrd@lists.altlinux.org References: <20210330182101.ds4pqlztmokdz63n@example.org> From: Leonid Krivoshein Message-ID: Date: Tue, 30 Mar 2021 23:18:56 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20210330182101.ds4pqlztmokdz63n@example.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: ru Subject: Re: [make-initrd] Release make-initrd 2.14.0 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: Tue, 30 Mar 2021 20:19:01 -0000 Archived-At: List-Archive: Алексей, привет! 30.03.2021 21:21, Alexey Gladkov пишет: > New release 2.14.0 is available. > > Git repository > ============== > > https://github.com/osboot/make-initrd.git > http://git.altlinux.org/people/legion/packages/make-initrd.git > > Feedback and bug reports, as always, are welcomed. > > Changelog > ========= > > Alexey Gladkov (41): > Add busybox submodule > Add libshell submodule > Add target to get release tarball > Use bash builtin command to check the availability of utilities > Fix udevd detection > initrd-put: Handle symlinks in the root directory > initrd-put: Add more verbosity > initrd-put: Get the canonical path correctly > initrd-put: Set mode and owner after directories creation > initrd-put: mksock() always returns a return code and errno > initrd-put: Do not add whole directory if symlink points to it > Use absolute directory names in the PATH > configure: Add more messages and fix libelf check > Rename hasher-build-rootfs -> build-rootfs-altlinux > Use wrapper around readlink for portability > tests: Increase build timeout > tests: Add missing mode > runtime: Use start-stop-daemon from busybox > runtime: Enforce PATH > create-initrd: Fix compatibility symlinks > create-initrd: Take into account utilities in LOCALBUILDDIR > tests: Use bash for simple system init > tests: Use locally compiled utilities > tests: Add script to build rootfs for fedora > tests: Allow to run single testcase without qemu wrappers > udev variables $ID_* are optional > Feature network: Always import runtime environment > runtime: Add logfile for udevd > tests: Add target to build individual testcase > tests: Make kernel flavor optional > tests: Update altlinux rootfs > guess: Allow to set variables in guessed config > Feature mdadm: Generate udev rules for any raid devices > runtime: Add default udev rules > runtime: Add support for root=SERIAL=* > Feature pipeline: Fix possible race in the waitdev > Do not create /bin/sh > All make messages should go to stderr > depinfo: Do not show an error if softdep is not found > Make a symlink to /bin/bash if bash is in a non-standard location > 2.14.0 > Шикарный набор, впечатляет! Огромное тебе спасибо!!! Не против, если я немного поковыряю pipeline для доведения его до нынешнего пропагатора и скину все изменения оптом? Мне не очень нравится, как сейчас с пропагатором организован режим сохранения сеансов LiveCD, думаю не сохранять её, а сделать другую реализацию, ближе к тому, что есть в Puppy. Ну и, все протоколы хочу проверить. -- Best regards, Leonid Krivoshein.