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=-3.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753306841; bh=R/8SETAG9MhHDCGj3EE0aHUCmB3bnZnGZrNM0qr3/L8=; h=Date:From:To:Subject:From; b=RNdvixf9uKT5A4gUO/1fhr5ki2oAW3l0lgqVFAwNAsPgkPfy2dJrvI93QyAVIVviS f2oKqR976p0Rhfh0tS0ZF0ucq3Xd5OXKwEQWQxx4rl/iI34d6jnD6/PWJo9EKbK/X3 78sy7btQQPHZRaZICARiQSAv4HmlSS0dwG0tDk76IEpIQOom0WQO/UIDmHHJVsSSkF QVhSsvwPMYbSynbx6ayui/3bopW4v8Hh0+bqMTtiQxtZiQvLEMsFLnZw9uImPE+sRt z/qKYNUVGB8wN88ZfIoimBSuC0T4ZDp5DNsNCQwssMixppeT6qFZrTp7O0S1rnZIRg i+kkR7LEOy28g== Date: Wed, 23 Jul 2025 23:40:37 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [make-initrd] Release make-initrd 2.55.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: Wed, 23 Jul 2025 21:40:45 -0000 Archived-At: List-Archive: New release 2.55.0 is available. # Important changes - Build System: + Hide losetup from busybox. This allows other implementations of losetup to be used. + Allow to pack filename with spaces. + Replace gen_init_cpio by cpio. + Split output into levels. + Avoid copying files to temporary root. + Include `features/*/rules.mk` only once. + Change timestamp format. Instead of `[HH:MM:SS]`, specify the time period from the start of operation with higher precision (`348ms`, `3.45s`, `1.5m`, etc.). + Add bash-completion for some utilities. - Feature system-glibc: + Do not remove the root password if it exists. - Misc: + make-initrd: Add option to build initramfs for latest kernel. + depinfo: Rewrite firmware processing. + depinfo: Add option to show missing firmware. + depinfo: Add more archive suffixes. + depinfo: Treat the firmware field as a pattern. + depinfo: Handle an alternative firmware path. + depinfo: Add information about missing firmware. # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports are, as always, welcome. -- Rgrds, legion