From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bPQfm24YGz307y for ; Sat, 21 Jun 2025 07:18:08 +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 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bPQfm1qhYz2xLt for ; Sat, 21 Jun 2025 07:18:08 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (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 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bPQfl2w6GzdN for ; Sat, 21 Jun 2025 07:18:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1750490287; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=3d/WayJpx2pHBThPmxm70t1YupsZobs7xNwK3VZJBbk=; b=corPb+ZCcZlQZQPYk+I8Lf12gz1KFY9PxGMsBEQYMqiKrOXbsWCFLxuexWyZpsZqLfMfXG RmPu0/JRKDLgX5fQ7pZR5R/35JwlmegDN5tzNhTybl7eEEu7uPxEpNu5j0LqtoXAs9i9np ZMPmTtk6i1ME5jRGYqC24eDfth8WitaJGPTAubP3ffnFMJlxdaeFtCL3DmPtLk0wSaCuOA mn9jbW6Sog8G1d0qifIy3qjt/krg+W3fhLFsMKzj3eYtoAQsiRTz0di9e5DyKNOBEcpVMn 8Rh/dC3nWkeFVA3I7XtznAD8MJXJkXXi/KQLJ+F3/ei/+VRcI6keCClfA5nyzw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1750490287; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=3d/WayJpx2pHBThPmxm70t1YupsZobs7xNwK3VZJBbk=; b=suzfjgu6iUGk10ZA/smIUx76VUpZgDSbL8tXsp0RCbVJk7vpJ2639WqICbE8xR72JTIEuM 3Iecmi4XDssWadCA== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4bPQfl1MHSz2xDH; Sat, 21 Jun 2025 07:18:07 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d55b56a740fe06d075eb4d96ff9d96b44101028b X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: b241b660d642efa3379865f43d103f600586da13 X-Git-Newrev: d55b56a740fe06d075eb4d96ff9d96b44101028b Message-Id: <4bPQfl1MHSz2xDH@people01.haj.ipfire.org> Date: Sat, 21 Jun 2025 07:18:07 +0000 (UTC) From: Arne Fitzenreiter Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via d55b56a740fe06d075eb4d96ff9d96b44101028b (commit) via 5cbd258d6ab21cddb36b85e1fd2bd167b37b570f (commit) via 699db93eea1313e27993c5be93e5694bf230ae3f (commit) from b241b660d642efa3379865f43d103f600586da13 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d55b56a740fe06d075eb4d96ff9d96b44101028b Author: Arne Fitzenreiter Date: Sat Jun 21 09:17:43 2025 +0200 kernel: update to 6.12.34 Signed-off-by: Arne Fitzenreiter commit 5cbd258d6ab21cddb36b85e1fd2bd167b37b570f Author: Arne Fitzenreiter Date: Sat Jun 21 09:16:55 2025 +0200 installer: wait for udev settle this is needed to properly init the screen before the installer is started. Signed-off-by: Arne Fitzenreiter commit 699db93eea1313e27993c5be93e5694bf230ae3f Author: Arne Fitzenreiter Date: Sat Jun 21 09:16:27 2025 +0200 installer: add drm to initrd Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- Summary of changes: config/kernel/kernel.config.x86_64-ipfire | 2 +- lfs/linux | 4 ++-- src/installer/dracut-module/module-setup.sh | 2 +- src/installer/dracut-module/run-installer.sh | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-) Difference in files: diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire index 7e72b4aa8e..cedc58ebd9 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 6.12.33 Kernel Configuration +# Linux/x86 6.12.34 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.1.0" CONFIG_CC_IS_GCC=y diff --git a/lfs/linux b/lfs/linux index b0c92c51c1..122d3517ef 100644 --- a/lfs/linux +++ b/lfs/linux @@ -24,7 +24,7 @@ include Config -VER = 6.12.33 +VER = 6.12.34 THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.xz @@ -69,7 +69,7 @@ objects = \ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 988ce7b77ea3c39986de31e4e31cefc43857bc10399262a4b7dffdeec4b615dbed29642930709f26c05421d95ab2e2fa60ca2962abc51c41cac7bb5dc9e33ac7 +$(DL_FILE)_BLAKE2 = a1527edf5ea06d55ad4468341d2e8cc44406df1edfe1a619ece86692e42afe7f5919ee051942fc9e70c47d79bcd4f0fc2e54ae32c79392702d8493596dca1a83 install : $(TARGET) diff --git a/src/installer/dracut-module/module-setup.sh b/src/installer/dracut-module/module-setup.sh index 09564f885c..9cb43fa7e1 100755 --- a/src/installer/dracut-module/module-setup.sh +++ b/src/installer/dracut-module/module-setup.sh @@ -9,7 +9,7 @@ check() { # called by dracut depends() { - echo base bash mdraid shutdown + echo base bash drm mdraid shutdown return 0 } diff --git a/src/installer/dracut-module/run-installer.sh b/src/installer/dracut-module/run-installer.sh index 755de1d3a2..7a50920e76 100644 --- a/src/installer/dracut-module/run-installer.sh +++ b/src/installer/dracut-module/run-installer.sh @@ -3,6 +3,9 @@ # IPFire Installer RC # +# wait for udev settle +/bin/udevadm settle + unattended=0 if grep -q "installer.unattended" /proc/cmdline; then unattended=1 hooks/post-receive -- IPFire 2.x development tree