From: Michael Tremer Date: Tue, 9 Jun 2026 18:31:38 +0000 (+0000) Subject: make.sh: Start Core Update 204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555552b51874ca9dc9ea262ecb0bb81f879bdbfc;p=ipfire-2.x.git make.sh: Start Core Update 204 Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/203/exclude b/config/rootfiles/core/204/exclude similarity index 100% rename from config/rootfiles/core/203/exclude rename to config/rootfiles/core/204/exclude diff --git a/config/rootfiles/core/203/filelists/core-files b/config/rootfiles/core/204/filelists/core-files similarity index 100% rename from config/rootfiles/core/203/filelists/core-files rename to config/rootfiles/core/204/filelists/core-files diff --git a/config/rootfiles/core/204/filelists/files b/config/rootfiles/core/204/filelists/files new file mode 100644 index 000000000..e69de29bb diff --git a/config/rootfiles/core/204/update.sh b/config/rootfiles/core/204/update.sh new file mode 100644 index 000000000..d13839e5b --- /dev/null +++ b/config/rootfiles/core/204/update.sh @@ -0,0 +1,68 @@ +#!/bin/bash +############################################################################ +# # +# This file is part of the IPFire Firewall. # +# # +# IPFire is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 3 of the License, or # +# (at your option) any later version. # +# # +# IPFire is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPFire; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Copyright (C) 2026 IPFire-Team . # +# # +############################################################################ +# +. /opt/pakfire/lib/functions.sh +/usr/local/bin/backupctrl exclude >/dev/null 2>&1 + +core=204 + +# Remove old core updates from pakfire cache to save space... +for (( i=1; i<=$core; i++ )); do + rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire +done + +# Remove files + +# Extract files +extract_files + +# update linker config +ldconfig + +# Update Language cache +/usr/local/bin/update-lang-cache + +# Filesytem cleanup +/usr/local/bin/filesystem-cleanup + +# Apply SSH configuration +/usr/local/bin/sshctrl + +# Start services + +# This update needs a reboot... +touch /var/run/need_reboot + +# Finish +/etc/init.d/fireinfo start +sendprofile + +# Update grub config to display new core version +if [ -e /boot/grub/grub.cfg ]; then + /usr/bin/install-bootloader +fi + +sync + +# Don't report the exitcode last command +exit 0 diff --git a/config/rootfiles/oldcore/204/exclude b/config/rootfiles/oldcore/204/exclude new file mode 100644 index 000000000..996163701 --- /dev/null +++ b/config/rootfiles/oldcore/204/exclude @@ -0,0 +1,36 @@ +boot/config.txt +boot/grub/grub.cfg +boot/grub/grubenv +boot/uEnv.txt +etc/alternatives +etc/collectd.custom +etc/default/grub +etc/ipsec.conf +etc/ipsec.secrets +etc/ipsec.user.conf +etc/ipsec.user.secrets +etc/localtime +etc/shadow +etc/snort/snort.conf +etc/ssl/openssl.cnf +etc/sudoers +etc/sysconfig/firewall.local +etc/sysconfig/rc.local +etc/udev/rules.d/30-persistent-network.rules +srv/web/ipfire/html/proxy.pac +var/ipfire/dma +var/ipfire/time +var/ipfire/firewall/locationblock +var/ipfire/fwhosts/customlocationgrp +var/ipfire/ovpn +var/ipfire/urlfilter/blacklist +var/ipfire/urlfilter/settings +var/lib/alternatives +var/lib/knot-resolver/leases.db +var/lib/location/database.db +var/lib/location/ipset +var/log/cache +var/log/dhcpcd.log +var/log/messages +var/state/dhcp/dhcpd.leases +var/updatecache diff --git a/config/rootfiles/core/203/filelists/aarch64/boost b/config/rootfiles/oldcore/204/filelists/aarch64/boost similarity index 100% rename from config/rootfiles/core/203/filelists/aarch64/boost rename to config/rootfiles/oldcore/204/filelists/aarch64/boost diff --git a/config/rootfiles/core/203/filelists/aarch64/grub b/config/rootfiles/oldcore/204/filelists/aarch64/grub similarity index 100% rename from config/rootfiles/core/203/filelists/aarch64/grub rename to config/rootfiles/oldcore/204/filelists/aarch64/grub diff --git a/config/rootfiles/core/203/filelists/aarch64/util-linux b/config/rootfiles/oldcore/204/filelists/aarch64/util-linux similarity index 100% rename from config/rootfiles/core/203/filelists/aarch64/util-linux rename to config/rootfiles/oldcore/204/filelists/aarch64/util-linux diff --git a/config/rootfiles/core/203/filelists/bind b/config/rootfiles/oldcore/204/filelists/bind similarity index 100% rename from config/rootfiles/core/203/filelists/bind rename to config/rootfiles/oldcore/204/filelists/bind diff --git a/config/rootfiles/core/203/filelists/btrfs-progs b/config/rootfiles/oldcore/204/filelists/btrfs-progs similarity index 100% rename from config/rootfiles/core/203/filelists/btrfs-progs rename to config/rootfiles/oldcore/204/filelists/btrfs-progs diff --git a/config/rootfiles/core/203/filelists/collectd b/config/rootfiles/oldcore/204/filelists/collectd similarity index 100% rename from config/rootfiles/core/203/filelists/collectd rename to config/rootfiles/oldcore/204/filelists/collectd diff --git a/config/rootfiles/oldcore/204/filelists/core-files b/config/rootfiles/oldcore/204/filelists/core-files new file mode 100644 index 000000000..0dec37e53 --- /dev/null +++ b/config/rootfiles/oldcore/204/filelists/core-files @@ -0,0 +1,5 @@ +etc/system-release +etc/issue +etc/os-release +srv/web/ipfire/cgi-bin/credits.cgi +var/ipfire/langs diff --git a/config/rootfiles/core/203/filelists/coreutils b/config/rootfiles/oldcore/204/filelists/coreutils similarity index 100% rename from config/rootfiles/core/203/filelists/coreutils rename to config/rootfiles/oldcore/204/filelists/coreutils diff --git a/config/rootfiles/core/203/filelists/dma b/config/rootfiles/oldcore/204/filelists/dma similarity index 100% rename from config/rootfiles/core/203/filelists/dma rename to config/rootfiles/oldcore/204/filelists/dma diff --git a/config/rootfiles/core/203/filelists/e2fsprogs b/config/rootfiles/oldcore/204/filelists/e2fsprogs similarity index 100% rename from config/rootfiles/core/203/filelists/e2fsprogs rename to config/rootfiles/oldcore/204/filelists/e2fsprogs diff --git a/config/rootfiles/core/203/filelists/elfutils b/config/rootfiles/oldcore/204/filelists/elfutils similarity index 100% rename from config/rootfiles/core/203/filelists/elfutils rename to config/rootfiles/oldcore/204/filelists/elfutils diff --git a/config/rootfiles/core/203/filelists/expat b/config/rootfiles/oldcore/204/filelists/expat similarity index 100% rename from config/rootfiles/core/203/filelists/expat rename to config/rootfiles/oldcore/204/filelists/expat diff --git a/config/rootfiles/core/203/filelists/fcron b/config/rootfiles/oldcore/204/filelists/fcron similarity index 100% rename from config/rootfiles/core/203/filelists/fcron rename to config/rootfiles/oldcore/204/filelists/fcron diff --git a/config/rootfiles/core/203/filelists/files b/config/rootfiles/oldcore/204/filelists/files similarity index 100% rename from config/rootfiles/core/203/filelists/files rename to config/rootfiles/oldcore/204/filelists/files diff --git a/config/rootfiles/core/203/filelists/fontconfig b/config/rootfiles/oldcore/204/filelists/fontconfig similarity index 100% rename from config/rootfiles/core/203/filelists/fontconfig rename to config/rootfiles/oldcore/204/filelists/fontconfig diff --git a/config/rootfiles/core/203/filelists/gdb b/config/rootfiles/oldcore/204/filelists/gdb similarity index 100% rename from config/rootfiles/core/203/filelists/gdb rename to config/rootfiles/oldcore/204/filelists/gdb diff --git a/config/rootfiles/core/203/filelists/gnupg b/config/rootfiles/oldcore/204/filelists/gnupg similarity index 100% rename from config/rootfiles/core/203/filelists/gnupg rename to config/rootfiles/oldcore/204/filelists/gnupg diff --git a/config/rootfiles/core/203/filelists/gnutls b/config/rootfiles/oldcore/204/filelists/gnutls similarity index 100% rename from config/rootfiles/core/203/filelists/gnutls rename to config/rootfiles/oldcore/204/filelists/gnutls diff --git a/config/rootfiles/core/203/filelists/grub-btrfs b/config/rootfiles/oldcore/204/filelists/grub-btrfs similarity index 100% rename from config/rootfiles/core/203/filelists/grub-btrfs rename to config/rootfiles/oldcore/204/filelists/grub-btrfs diff --git a/config/rootfiles/core/203/filelists/iana-etc b/config/rootfiles/oldcore/204/filelists/iana-etc similarity index 100% rename from config/rootfiles/core/203/filelists/iana-etc rename to config/rootfiles/oldcore/204/filelists/iana-etc diff --git a/config/rootfiles/core/203/filelists/knot b/config/rootfiles/oldcore/204/filelists/knot similarity index 100% rename from config/rootfiles/core/203/filelists/knot rename to config/rootfiles/oldcore/204/filelists/knot diff --git a/config/rootfiles/core/203/filelists/knot-resolver b/config/rootfiles/oldcore/204/filelists/knot-resolver similarity index 100% rename from config/rootfiles/core/203/filelists/knot-resolver rename to config/rootfiles/oldcore/204/filelists/knot-resolver diff --git a/config/rootfiles/core/203/filelists/krb5 b/config/rootfiles/oldcore/204/filelists/krb5 similarity index 100% rename from config/rootfiles/core/203/filelists/krb5 rename to config/rootfiles/oldcore/204/filelists/krb5 diff --git a/config/rootfiles/core/203/filelists/less b/config/rootfiles/oldcore/204/filelists/less similarity index 100% rename from config/rootfiles/core/203/filelists/less rename to config/rootfiles/oldcore/204/filelists/less diff --git a/config/rootfiles/core/203/filelists/libedit b/config/rootfiles/oldcore/204/filelists/libedit similarity index 100% rename from config/rootfiles/core/203/filelists/libedit rename to config/rootfiles/oldcore/204/filelists/libedit diff --git a/config/rootfiles/core/203/filelists/libksba b/config/rootfiles/oldcore/204/filelists/libksba similarity index 100% rename from config/rootfiles/core/203/filelists/libksba rename to config/rootfiles/oldcore/204/filelists/libksba diff --git a/config/rootfiles/core/203/filelists/libloc b/config/rootfiles/oldcore/204/filelists/libloc similarity index 100% rename from config/rootfiles/core/203/filelists/libloc rename to config/rootfiles/oldcore/204/filelists/libloc diff --git a/config/rootfiles/core/203/filelists/libunistring b/config/rootfiles/oldcore/204/filelists/libunistring similarity index 100% rename from config/rootfiles/core/203/filelists/libunistring rename to config/rootfiles/oldcore/204/filelists/libunistring diff --git a/config/rootfiles/core/203/filelists/libusb b/config/rootfiles/oldcore/204/filelists/libusb similarity index 100% rename from config/rootfiles/core/203/filelists/libusb rename to config/rootfiles/oldcore/204/filelists/libusb diff --git a/config/rootfiles/core/203/filelists/lua-cqueues b/config/rootfiles/oldcore/204/filelists/lua-cqueues similarity index 100% rename from config/rootfiles/core/203/filelists/lua-cqueues rename to config/rootfiles/oldcore/204/filelists/lua-cqueues diff --git a/config/rootfiles/core/203/filelists/lua-csv b/config/rootfiles/oldcore/204/filelists/lua-csv similarity index 100% rename from config/rootfiles/core/203/filelists/lua-csv rename to config/rootfiles/oldcore/204/filelists/lua-csv diff --git a/config/rootfiles/core/203/filelists/lua-sqlite3 b/config/rootfiles/oldcore/204/filelists/lua-sqlite3 similarity index 100% rename from config/rootfiles/core/203/filelists/lua-sqlite3 rename to config/rootfiles/oldcore/204/filelists/lua-sqlite3 diff --git a/config/rootfiles/core/203/filelists/luajit b/config/rootfiles/oldcore/204/filelists/luajit similarity index 100% rename from config/rootfiles/core/203/filelists/luajit rename to config/rootfiles/oldcore/204/filelists/luajit diff --git a/config/rootfiles/core/203/filelists/luarocks b/config/rootfiles/oldcore/204/filelists/luarocks similarity index 100% rename from config/rootfiles/core/203/filelists/luarocks rename to config/rootfiles/oldcore/204/filelists/luarocks diff --git a/config/rootfiles/core/203/filelists/lvm2 b/config/rootfiles/oldcore/204/filelists/lvm2 similarity index 100% rename from config/rootfiles/core/203/filelists/lvm2 rename to config/rootfiles/oldcore/204/filelists/lvm2 diff --git a/config/rootfiles/core/203/filelists/meson b/config/rootfiles/oldcore/204/filelists/meson similarity index 100% rename from config/rootfiles/core/203/filelists/meson rename to config/rootfiles/oldcore/204/filelists/meson diff --git a/config/rootfiles/core/203/filelists/misc-progs b/config/rootfiles/oldcore/204/filelists/misc-progs similarity index 100% rename from config/rootfiles/core/203/filelists/misc-progs rename to config/rootfiles/oldcore/204/filelists/misc-progs diff --git a/config/rootfiles/core/203/filelists/nettle b/config/rootfiles/oldcore/204/filelists/nettle similarity index 100% rename from config/rootfiles/core/203/filelists/nettle rename to config/rootfiles/oldcore/204/filelists/nettle diff --git a/config/rootfiles/core/203/filelists/nss-myhostname b/config/rootfiles/oldcore/204/filelists/nss-myhostname similarity index 100% rename from config/rootfiles/core/203/filelists/nss-myhostname rename to config/rootfiles/oldcore/204/filelists/nss-myhostname diff --git a/config/rootfiles/core/203/filelists/ntfs-3g b/config/rootfiles/oldcore/204/filelists/ntfs-3g similarity index 100% rename from config/rootfiles/core/203/filelists/ntfs-3g rename to config/rootfiles/oldcore/204/filelists/ntfs-3g diff --git a/config/rootfiles/core/203/filelists/openvpn b/config/rootfiles/oldcore/204/filelists/openvpn similarity index 100% rename from config/rootfiles/core/203/filelists/openvpn rename to config/rootfiles/oldcore/204/filelists/openvpn diff --git a/config/rootfiles/core/203/filelists/pakfire b/config/rootfiles/oldcore/204/filelists/pakfire similarity index 100% rename from config/rootfiles/core/203/filelists/pakfire rename to config/rootfiles/oldcore/204/filelists/pakfire diff --git a/config/rootfiles/core/203/filelists/python3-Jinja2 b/config/rootfiles/oldcore/204/filelists/python3-Jinja2 similarity index 100% rename from config/rootfiles/core/203/filelists/python3-Jinja2 rename to config/rootfiles/oldcore/204/filelists/python3-Jinja2 diff --git a/config/rootfiles/core/203/filelists/python3-MarkupSafe b/config/rootfiles/oldcore/204/filelists/python3-MarkupSafe similarity index 100% rename from config/rootfiles/core/203/filelists/python3-MarkupSafe rename to config/rootfiles/oldcore/204/filelists/python3-MarkupSafe diff --git a/config/rootfiles/core/203/filelists/python3-aiohappyeyeballs b/config/rootfiles/oldcore/204/filelists/python3-aiohappyeyeballs similarity index 100% rename from config/rootfiles/core/203/filelists/python3-aiohappyeyeballs rename to config/rootfiles/oldcore/204/filelists/python3-aiohappyeyeballs diff --git a/config/rootfiles/core/203/filelists/python3-aiohttp b/config/rootfiles/oldcore/204/filelists/python3-aiohttp similarity index 100% rename from config/rootfiles/core/203/filelists/python3-aiohttp rename to config/rootfiles/oldcore/204/filelists/python3-aiohttp diff --git a/config/rootfiles/core/203/filelists/python3-aiosignal b/config/rootfiles/oldcore/204/filelists/python3-aiosignal similarity index 100% rename from config/rootfiles/core/203/filelists/python3-aiosignal rename to config/rootfiles/oldcore/204/filelists/python3-aiosignal diff --git a/config/rootfiles/core/203/filelists/python3-async-timeout b/config/rootfiles/oldcore/204/filelists/python3-async-timeout similarity index 100% rename from config/rootfiles/core/203/filelists/python3-async-timeout rename to config/rootfiles/oldcore/204/filelists/python3-async-timeout diff --git a/config/rootfiles/core/203/filelists/python3-attrs b/config/rootfiles/oldcore/204/filelists/python3-attrs similarity index 100% rename from config/rootfiles/core/203/filelists/python3-attrs rename to config/rootfiles/oldcore/204/filelists/python3-attrs diff --git a/config/rootfiles/core/203/filelists/python3-expandvars b/config/rootfiles/oldcore/204/filelists/python3-expandvars similarity index 100% rename from config/rootfiles/core/203/filelists/python3-expandvars rename to config/rootfiles/oldcore/204/filelists/python3-expandvars diff --git a/config/rootfiles/core/203/filelists/python3-frozenlist b/config/rootfiles/oldcore/204/filelists/python3-frozenlist similarity index 100% rename from config/rootfiles/core/203/filelists/python3-frozenlist rename to config/rootfiles/oldcore/204/filelists/python3-frozenlist diff --git a/config/rootfiles/core/203/filelists/python3-idna b/config/rootfiles/oldcore/204/filelists/python3-idna similarity index 100% rename from config/rootfiles/core/203/filelists/python3-idna rename to config/rootfiles/oldcore/204/filelists/python3-idna diff --git a/config/rootfiles/core/203/filelists/python3-multidict b/config/rootfiles/oldcore/204/filelists/python3-multidict similarity index 100% rename from config/rootfiles/core/203/filelists/python3-multidict rename to config/rootfiles/oldcore/204/filelists/python3-multidict diff --git a/config/rootfiles/core/203/filelists/python3-poetry-core b/config/rootfiles/oldcore/204/filelists/python3-poetry-core similarity index 100% rename from config/rootfiles/core/203/filelists/python3-poetry-core rename to config/rootfiles/oldcore/204/filelists/python3-poetry-core diff --git a/config/rootfiles/core/203/filelists/python3-propcache b/config/rootfiles/oldcore/204/filelists/python3-propcache similarity index 100% rename from config/rootfiles/core/203/filelists/python3-propcache rename to config/rootfiles/oldcore/204/filelists/python3-propcache diff --git a/config/rootfiles/core/203/filelists/python3-setuptools b/config/rootfiles/oldcore/204/filelists/python3-setuptools similarity index 100% rename from config/rootfiles/core/203/filelists/python3-setuptools rename to config/rootfiles/oldcore/204/filelists/python3-setuptools diff --git a/config/rootfiles/core/203/filelists/python3-supervisor b/config/rootfiles/oldcore/204/filelists/python3-supervisor similarity index 100% rename from config/rootfiles/core/203/filelists/python3-supervisor rename to config/rootfiles/oldcore/204/filelists/python3-supervisor diff --git a/config/rootfiles/core/203/filelists/python3-typing-extensions b/config/rootfiles/oldcore/204/filelists/python3-typing-extensions similarity index 100% rename from config/rootfiles/core/203/filelists/python3-typing-extensions rename to config/rootfiles/oldcore/204/filelists/python3-typing-extensions diff --git a/config/rootfiles/core/203/filelists/python3-watchdog b/config/rootfiles/oldcore/204/filelists/python3-watchdog similarity index 100% rename from config/rootfiles/core/203/filelists/python3-watchdog rename to config/rootfiles/oldcore/204/filelists/python3-watchdog diff --git a/config/rootfiles/core/203/filelists/python3-yaml b/config/rootfiles/oldcore/204/filelists/python3-yaml similarity index 100% rename from config/rootfiles/core/203/filelists/python3-yaml rename to config/rootfiles/oldcore/204/filelists/python3-yaml diff --git a/config/rootfiles/core/203/filelists/python3-yarl b/config/rootfiles/oldcore/204/filelists/python3-yarl similarity index 100% rename from config/rootfiles/core/203/filelists/python3-yarl rename to config/rootfiles/oldcore/204/filelists/python3-yarl diff --git a/config/rootfiles/core/203/filelists/riscv64/boost b/config/rootfiles/oldcore/204/filelists/riscv64/boost similarity index 100% rename from config/rootfiles/core/203/filelists/riscv64/boost rename to config/rootfiles/oldcore/204/filelists/riscv64/boost diff --git a/config/rootfiles/core/203/filelists/riscv64/grub b/config/rootfiles/oldcore/204/filelists/riscv64/grub similarity index 100% rename from config/rootfiles/core/203/filelists/riscv64/grub rename to config/rootfiles/oldcore/204/filelists/riscv64/grub diff --git a/config/rootfiles/core/203/filelists/riscv64/util-linux b/config/rootfiles/oldcore/204/filelists/riscv64/util-linux similarity index 100% rename from config/rootfiles/core/203/filelists/riscv64/util-linux rename to config/rootfiles/oldcore/204/filelists/riscv64/util-linux diff --git a/config/rootfiles/core/203/filelists/rrdtool b/config/rootfiles/oldcore/204/filelists/rrdtool similarity index 100% rename from config/rootfiles/core/203/filelists/rrdtool rename to config/rootfiles/oldcore/204/filelists/rrdtool diff --git a/config/rootfiles/core/203/filelists/sqlite b/config/rootfiles/oldcore/204/filelists/sqlite similarity index 100% rename from config/rootfiles/core/203/filelists/sqlite rename to config/rootfiles/oldcore/204/filelists/sqlite diff --git a/config/rootfiles/core/203/filelists/squid b/config/rootfiles/oldcore/204/filelists/squid similarity index 100% rename from config/rootfiles/core/203/filelists/squid rename to config/rootfiles/oldcore/204/filelists/squid diff --git a/config/rootfiles/core/203/filelists/strongswan b/config/rootfiles/oldcore/204/filelists/strongswan similarity index 100% rename from config/rootfiles/core/203/filelists/strongswan rename to config/rootfiles/oldcore/204/filelists/strongswan diff --git a/config/rootfiles/core/203/filelists/vim b/config/rootfiles/oldcore/204/filelists/vim similarity index 100% rename from config/rootfiles/core/203/filelists/vim rename to config/rootfiles/oldcore/204/filelists/vim diff --git a/config/rootfiles/core/203/filelists/web-user-interface b/config/rootfiles/oldcore/204/filelists/web-user-interface similarity index 100% rename from config/rootfiles/core/203/filelists/web-user-interface rename to config/rootfiles/oldcore/204/filelists/web-user-interface diff --git a/config/rootfiles/core/203/filelists/which b/config/rootfiles/oldcore/204/filelists/which similarity index 100% rename from config/rootfiles/core/203/filelists/which rename to config/rootfiles/oldcore/204/filelists/which diff --git a/config/rootfiles/core/203/filelists/x86_64/boost b/config/rootfiles/oldcore/204/filelists/x86_64/boost similarity index 100% rename from config/rootfiles/core/203/filelists/x86_64/boost rename to config/rootfiles/oldcore/204/filelists/x86_64/boost diff --git a/config/rootfiles/core/203/filelists/x86_64/grub b/config/rootfiles/oldcore/204/filelists/x86_64/grub similarity index 100% rename from config/rootfiles/core/203/filelists/x86_64/grub rename to config/rootfiles/oldcore/204/filelists/x86_64/grub diff --git a/config/rootfiles/core/203/filelists/x86_64/intel-microcode b/config/rootfiles/oldcore/204/filelists/x86_64/intel-microcode similarity index 100% rename from config/rootfiles/core/203/filelists/x86_64/intel-microcode rename to config/rootfiles/oldcore/204/filelists/x86_64/intel-microcode diff --git a/config/rootfiles/core/203/filelists/x86_64/util-linux b/config/rootfiles/oldcore/204/filelists/x86_64/util-linux similarity index 100% rename from config/rootfiles/core/203/filelists/x86_64/util-linux rename to config/rootfiles/oldcore/204/filelists/x86_64/util-linux diff --git a/config/rootfiles/core/203/filelists/xfsprogs b/config/rootfiles/oldcore/204/filelists/xfsprogs similarity index 100% rename from config/rootfiles/core/203/filelists/xfsprogs rename to config/rootfiles/oldcore/204/filelists/xfsprogs diff --git a/config/rootfiles/core/203/filelists/zone-sync b/config/rootfiles/oldcore/204/filelists/zone-sync similarity index 100% rename from config/rootfiles/core/203/filelists/zone-sync rename to config/rootfiles/oldcore/204/filelists/zone-sync diff --git a/config/rootfiles/core/203/update.sh b/config/rootfiles/oldcore/204/update.sh similarity index 100% rename from config/rootfiles/core/203/update.sh rename to config/rootfiles/oldcore/204/update.sh diff --git a/make.sh b/make.sh index 29f6c92c9..2d6901a37 100755 --- a/make.sh +++ b/make.sh @@ -23,7 +23,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name # If you update the version don't forget to update backupiso and add it to core update VERSION="2.29" # Version number -CORE="203" # Core Level (Filename) +CORE="204" # Core Level (Filename) SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir