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=1734974492; bh=73L0XVVIgVoN3S0sJ+ooQvZQB5jwBk/WpCQYnS4lq8Y=; h=Date:From:To:Subject:From; b=s++zZ76D15LyZZLG0S6wxZBe+Gq6DlesGzyxoCG9NAGT7UH9fpbLPxhEhTY3ZZLCZ JhBtEqFtrrnnu8szpLkfQtEdXc/0rHAUDPNnMBIopvVcS1uGRxXWNZvZoFFJTA05+u RLUpIR/zkFpEpnRw/GnNfi316ourSURjoNkXG9qwB+9t/k6uIwMskceF4MtkAVZ9fC n0I52u6gmxXwvtddUORNu9b+iCeW0a/RT2EBoBDw44fp01xjuCoz7QDEt+CQ5+vW58 dyzrpItoyMDuZuodroZmGdpgGl0HW7Vf7NvnPtvz6dzKeEjS/aaN8lr5MsdyYzIMA6 3Hy0kDitWPwVw== Date: Mon, 23 Dec 2024 18:21:28 +0100 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.50.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: Mon, 23 Dec 2024 17:21:37 -0000 Archived-At: List-Archive: New release 2.50.0 is available. # Important changes - New features: + New feature to add block device modules. + New feature to add MD modules. + New UKI feature to create a Unified Kernel Image which can be booted directly from UEFI firmware. - Feature kickstart: + Add alias /dev/root. This will allow to create images with a file system with an arbitrary uuid without running make-initrd. + Add increasing filesystems (ext4, xfs, f2fs) along with the partition change. + Rewrite block devices detection. + Fix work with busybox (use wrapper readlink-e). - Feature add-modules: + Add workaround to add crc32 for f2fs. - Feature fsck: + Add workaround for altlinux where fsck has non upstream compatible options. - Misc: + make-initrd: Reorder arguments and make variables in the command line. + initrd-put: Extend the mechanism for ignoring elf_dlopen dependencies. + initrd-put: Ignore "archive" feature in libsystemd-shared.so by default. + Search kernel System.map in the /lib/modules/. + Search kernel config in the /lib/modules/. # Git repository https://github.com/osboot/make-initrd.git Feedback and bug reports are, as always, welcome. -- Rgrds, legion