mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dracut: add xen_blkfront module to initrd
this module is needed to boot on xen hosts. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user