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=1750850650; bh=P5vE46sX1Up3387XFUDV/mhIn2C2JLLoZRQCy2Uo784=; h=Date:From:To:Subject:From; b=qwpC1762PqJnyfzbOTVsDvIRsXy7ypFDEzJePfSDpO3UtNheszlxExhYV/m4y1e6m RP5YaWYSGrZNcCwxu1cU6FC0eFbQQB4bi0rzPlha5yflcAaWtp7waNAtO2hBgghZxg s8tCI0ar8fC6GgBCR7WRtqbPdZsHcN6j+e2m2UuvUynNXfLWYnOWaNp9Q+oIRD6V8R fXuHgRwVMK72q4JA/8Rn1ALOLKz3/ATzhQOLFLawdIRXuL6C3T4qgFLOuyw4a1y9c/ y4T2Zq82G6LF7uRjubakjD8fHjKjcv9I1jzIhVotziuhODILMwr6nHdqJDuQV7AVFZ XyD3J7iFJF9Vw== Date: Wed, 25 Jun 2025 13:24:06 +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.54.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, 25 Jun 2025 11:24:14 -0000 Archived-At: List-Archive: New release 2.54.0 is available. # Important changes - Feature runtime: + Add boot option to preload kernel modules. + Add boot option to blacklist some kernel modules. + Use own utility to switch root. - Feature runtime-compressed-fs: + This feature introduces support for building a compressed initramfs to significantly reduce memory usage during system boot. - Guess device-tree: + This feature scans the device tree [1] for compatible nodes and determines which kernel modules are required for the current hardware. - Guess loaded-modules: + Drop this guess feature. This feature was needed as a workaround to the problem of not being able to parse Device Tree (DT). # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports are, as always, welcome. -- Rgrds, legion