From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cGPm930cLz30WM for ; Tue, 02 Sep 2025 12:13:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cGPm60Vmgz2xHm for ; Tue, 02 Sep 2025 12:13:42 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4cGPm525X8z2F for ; Tue, 02 Sep 2025 12:13:41 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756815221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MlwcMDOEQb5Phre+C4kgnNYo954dtIlNdl9FqwkMT0Q=; b=lgODrMJnCceIl7vFMy5nJx2CKVL8/46uT8lzR1sJh4uon4+y4euhUBP0zcbA9+dYKN9Zkh zaucFBWGHnFAi4DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756815221; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=MlwcMDOEQb5Phre+C4kgnNYo954dtIlNdl9FqwkMT0Q=; b=kiqZju1M4Mm1sFdRvdKBBJ0btdCu5rscFa2GhYMdE7kJsd1S+odV9dZ/5oRPrywlbCZd5F 6DVMVtzN7YjJcKxDx1FGrmAR2lTNcE1P7hU9yvpDD3dHX8BeHYFWe2EU4Y1ZN3pSjQrDCm jsUhT2HryTK9OoicBfCb5y8rudOVl0/wpum17bAl/d1eUcdsxb5pj/kNoN1WuvAaA/0/D5 M4qoqAk1xzSp6F8GM70cKQnLoFSubyINkWw2uXzEoKxyo5F9sSwIgaNVL4o2lF+p+Fii+G xiss/ZhCkA0FKpBMvLJ6HY6a04940Sr19BYYYt4RgulS439pOwupF2tN1J/hlQ== Message-ID: <3a21931a-8ad0-40b8-b4e2-a5cbd0ac61d7@ipfire.org> Date: Tue, 2 Sep 2025 14:13:37 +0200 Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Language: en-GB To: "IPFire: Development-List" From: Adolf Belka Subject: dracut-ng Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi All, I was looking at packages that needed updating. I noticed that dracut was at version 056. The source for that had version 059 but that was from Dec 2022 and the last commit in that repo was Mar 2024. There is a new repo providing dracut-ng. Their version 100 (Apr 2024) is said to be a drop-in replacement for the original dracut. They are now at version 108 and it is being actively maintained. With it being said to be a drop-in replacement I thought dracut-ng looked a good candidate to test out but as dracut plays a critical role in the booting process I thought I would ask if anyone has any information to indicate that it is not worth trying it. Regards, Adolf.