* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d55b56a740fe06d075eb4d96ff9d96b44101028b
@ 2025-06-21 7:18 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2025-06-21 7:18 UTC (permalink / raw)
To: ipfire-scm
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 <arne_f@ipfire.org>
Date: Sat Jun 21 09:17:43 2025 +0200
kernel: update to 6.12.34
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
commit 5cbd258d6ab21cddb36b85e1fd2bd167b37b570f
Author: Arne Fitzenreiter <arne_f@ipfire.org>
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 <arne_f@ipfire.org>
commit 699db93eea1313e27993c5be93e5694bf230ae3f
Author: Arne Fitzenreiter <arne_f@ipfire.org>
Date: Sat Jun 21 09:16:27 2025 +0200
installer: add drm to initrd
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
-----------------------------------------------------------------------
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-06-21 7:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-21 7:18 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d55b56a740fe06d075eb4d96ff9d96b44101028b Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox