public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e9084d9b4fb32373663f462bec97537ef3dd05fb
@ 2022-01-07 11:46 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2022-01-07 11:46 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-07 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 11:46 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e9084d9b4fb32373663f462bec97537ef3dd05fb Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox