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=1754845051; bh=Zg5aSZZ8tupvLDpnP6+TBCB3zUxfL66CMW0uvoX8bVs=; h=Date:From:To:Subject:From; b=s+yJNSYuORTS3oEjKn+1J/0ZvPY5r4JhJJQxp44qvKsCtXalHBrDWiW+dvsKb8L78 Qgi6jK8TwXbpfwZIbrzdSmCO2jet9rdYjZ9MrX9kXL6s05qIN9P3CI4jDh5xBKFHHX 57grgn8F1/vDoD2h7FA1dF1Xt2RPzpVylaoOjhk+sXN2j2TwRzMZ5T+Hm3zz3swAv/ CjtDoGWdrIqtTEXGkoi2FLPgLGT2ARL/JZG26GtgwTWyCcn2CZEZ1U8LruDz70WMWy du1ZDJZDXvl0yNpG68WlO2uiSlZOly464uGCldnmlVxok5LJhKpp1Q9FSh5WxtNNcC 8BaijN4qHAvuQ== Date: Sun, 10 Aug 2025 18:57:27 +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.1 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: Sun, 10 Aug 2025 16:57:36 -0000 Archived-At: List-Archive: New release 2.55.1 is available. # Important changes - Feature fsck: + Split fsck arguments. fsck.f2fs enters an infinite loop with the combination of arguments -py, but if separated into -p and -y, it works normally. - Feature plymouth: + Fix syntax error in rules.mk. - Misc: + Improved performance of string quoting for splitting it into separate arguments without executing any possible shell code in it. # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports are, as always, welcome. -- Rgrds, legion