From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d55b56a740fe06d075eb4d96ff9d96b44101028b
Date: Sat, 21 Jun 2025 07:18:07 +0000 (UTC) [thread overview]
Message-ID: <4bPQfl1MHSz2xDH@people01.haj.ipfire.org> (raw)
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
reply other threads:[~2025-06-21 7:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4bPQfl1MHSz2xDH@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox