From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 5 Aug 2021 15:42:43 +0200 From: Alexey Gladkov To: make-initrd@lists.altlinux.org Message-ID: <20210805134243.fiw6wkpvl2qznm6z@example.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [make-initrd] Release make-initrd 2.20.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: Thu, 05 Aug 2021 13:42:46 -0000 Archived-At: List-Archive: New release 2.20.0 is available. Important changes ================= - Runtime: + Always create /root and /home/root as a directories. + udev: Remove start dependency on uevent service. - New feature: + Add smart-card feature. Feature adds smart card daemon and smart card utilities. - Feature smart-card: + Add ability to put pkcs#11 modules into initrd. - Feature sshfsroot: + Add plymouth support. + Enable asking passphrase. + Detect smart-card feature dependency according ssh config file. - Feature kbd: + Require gpu-drm if framebuffer is used on vtconsole. - Feature kickstart: + Unpause ueventd queues after KSFILE processing. - Feature luks: + Add smart card support. - Feature nfsroot: + Fix inconsistency in nfsopts processing. - Guess subsystem: + Guess modules can use infomantion about active feature and re-run guess. + Add RECENTLY_ACTIVATED_FEATURE variable to monitor recently added features. - Misc: + create-initrd: Add ability add libraries by name using PUT_FEATURES_LIBS var. + Allow to compile and install feature-specific utilities. + Add README for all guess modules. + Do not fail if autodetection is disabled. Git repository ============== https://github.com/osboot/make-initrd.git Feedback and bug reports, as always, are welcomed. Changelog ========= This time the changelog is big enough to fit here. You can see the complete log in git or by the link: https://github.com/osboot/make-initrd/compare/2.19.1...2.20.0 -- Rgrds, legion