From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 30 Mar 2021 20:21:01 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: <20210330182101.ds4pqlztmokdz63n@example.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [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 18:21:02 -0000 Archived-At: List-Archive: 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 -- Rgrds, legion