mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
core163: add cake changes to updater
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
etc/dracut.conf
|
||||
lib/udev/network-aqm
|
||||
lib/udev/network-hotplug-bridges
|
||||
lib/udev/rules.d/99-aqm.rules
|
||||
srv/web/ipfire/cgi-bin/qos.cgi
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/vpnmain.cgi
|
||||
srv/web/ipfire/html/themes/ipfire/include/functions.pl
|
||||
var/ipfire/backup/bin/backup.pl
|
||||
var/ipfire/dhcp/advoptions-list
|
||||
var/ipfire/qos/bin/makeqosscripts.pl
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
# along with IPFire; if not, write to the Free Software #
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
# #
|
||||
# Copyright (C) 2021 IPFire-Team <info@ipfire.org>. #
|
||||
# Copyright (C) 2022 IPFire-Team <info@ipfire.org>. #
|
||||
# #
|
||||
############################################################################
|
||||
#
|
||||
@@ -56,9 +56,12 @@ rm -vrf \
|
||||
/lib/firmware/cxgb4/t4fw-1.25.4.0.bin \
|
||||
/lib/firmware/cxgb4/t5fw-1.25.4.0.bin \
|
||||
/lib/firmware/cxgb4/t6fw-1.25.4.0.bin \
|
||||
/lib/firmware/intel/ice/ddp/ice-1.3.16.0.pkg
|
||||
/lib/firmware/intel/ice/ddp/ice-1.3.16.0.pkg \
|
||||
/lib/udev/enable_codel \
|
||||
/lib/udev/rules.d/99-codel.rules
|
||||
|
||||
# Stop services
|
||||
/usr/local/bin/qosctrl stop
|
||||
|
||||
# Extract files
|
||||
extract_files
|
||||
@@ -77,6 +80,8 @@ telinit u
|
||||
/etc/init.d/apache restart
|
||||
/etc/init.d/unbound restart
|
||||
/etc/init.d/squid restart
|
||||
/usr/local/bin/qosctrl generate
|
||||
/usr/local/bin/qosctrl start
|
||||
|
||||
# rebuild initrd
|
||||
dracut --force --early-microcode --strip --verbose --xz
|
||||
|
||||
Reference in New Issue
Block a user