From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e9084d9b4fb32373663f462bec97537ef3dd05fb
Date: Fri, 07 Jan 2022 11:46:33 +0000 [thread overview]
Message-ID: <4JVhJV0PG3z2xgf@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2570 bytes --]
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 e9084d9b4fb32373663f462bec97537ef3dd05fb (commit)
from 21bac1ba86b17038d34f9fbf9489aff82280ed72 (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 e9084d9b4fb32373663f462bec97537ef3dd05fb
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Jan 7 11:45:46 2022 +0000
dracut: add xen_blkfront module to initrd
this module is needed to boot on xen hosts.
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/dracut/dracut.conf | 2 +-
config/rootfiles/core/163/filelists/files | 1 +
config/rootfiles/core/163/update.sh | 3 +++
3 files changed, 5 insertions(+), 1 deletion(-)
Difference in files:
diff --git a/config/dracut/dracut.conf b/config/dracut/dracut.conf
index e9bd566b6..74736352e 100644
--- a/config/dracut/dracut.conf
+++ b/config/dracut/dracut.conf
@@ -19,7 +19,7 @@
#add_dracutmodules+=""
# additional kernel modules to the default
-#add_drivers+=""
+add_drivers+="xen_blkfront"
# skip kernel modules (marvell sdio and compat from backports)
omit_drivers+="libertas libertas_sdio mwifiex mwifiex_sdio compat"
diff --git a/config/rootfiles/core/163/filelists/files b/config/rootfiles/core/163/filelists/files
index 8112e5288..d8baf418f 100644
--- a/config/rootfiles/core/163/filelists/files
+++ b/config/rootfiles/core/163/filelists/files
@@ -1,3 +1,4 @@
+etc/dracut.conf
srv/web/ipfire/cgi-bin/ovpnmain.cgi
srv/web/ipfire/cgi-bin/vpnmain.cgi
srv/web/ipfire/html/themes/ipfire/include/functions.pl
diff --git a/config/rootfiles/core/163/update.sh b/config/rootfiles/core/163/update.sh
index 04ca3fb61..f0bc7fb55 100644
--- a/config/rootfiles/core/163/update.sh
+++ b/config/rootfiles/core/163/update.sh
@@ -78,6 +78,9 @@ telinit u
/etc/init.d/unbound restart
/etc/init.d/squid restart
+# rebuild initrd
+dracut --force --early-microcode --strip --verbose --xz
+
# This update needs a reboot...
touch /var/run/need_reboot
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2022-01-07 11:46 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=4JVhJV0PG3z2xgf@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