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=1744124655; bh=f21ga2whwhBwco8kqmm9QfPma2n4fhKe09QOpH2TOjE=; h=Date:From:To:Subject:From; b=Ctf4ZObanGChwkA4nolYKwA7GP3W5aU1jOn47Fnpds18LCLwe0qF+ZWwl1Jt41goL f/7DmmE5+Cjk+fed/C7STrZN9Hdym4jU3BOm8d3tLjnt1AH9ht12KZT9skBGYsjtJS jVihD2uFut/hw5K6x0Kzf9/+sGDMTOQXUevtYn9f7BQVnDfC+/SdmPjOSt81t9i4Dk DPhwaolD8HoJE9hpUkx1NYWIyKDLjeVavIxUnZB/qyo8NGxFb8AMFTtLd15rwZE2xa nnGmmo5Hak92DGujc4eYv4FOePO7rq7iK9HDXlxx0PmKcaMEB5r5ZYs1EATaRXkBSh uraotGqSemwtA== Date: Tue, 8 Apr 2025 17:04:11 +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.52.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, 08 Apr 2025 15:09:39 -0000 Archived-At: List-Archive: New release 2.52.0 is available. # Important changes - Feature add-udev-rules: + Handle special case of module loading from udev rules. + Handle the situation of calling insmod from the rules. - Guess touchscreen: + Fix the interpretation of the value in properties. - Guess loaded-modules: + This feature tries to take into account loaded modules for some architectures (arm*, riscv*, aarch64). - Misc: + Generate ld.so.conf config for initrd. + Changes related to preparation for porting to musl. + Workaround for findmnt from util-linux 2.41. # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports are, as always, welcome. -- Rgrds, legion