diff --git a/config/rootfiles/core/77/filelists/files b/config/rootfiles/core/77/filelists/files index fcb88ad2e..dd35042c1 100644 --- a/config/rootfiles/core/77/filelists/files +++ b/config/rootfiles/core/77/filelists/files @@ -20,6 +20,7 @@ srv/web/ipfire/html/themes/ipfire srv/web/ipfire/html/themes/ipfire-legacy srv/web/ipfire/html/themes/maniac usr/lib/firewall +usr/local/bin/backupiso usr/local/bin/timezone-transition usr/local/bin/setddns.pl usr/sbin/updxlrator diff --git a/src/scripts/backupiso b/src/scripts/backupiso index 30616a4a5..dab1d6dc9 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -2,8 +2,8 @@ COREVER=$(cat /opt/pakfire/db/core/mine) # FIXME: edit this lines before release -URL="http://download.ipfire.org/releases/ipfire-2.x/2.13-core$COREVER/" -ISO="ipfire-2.13.i586-full-core$COREVER.iso" +URL="http://download.ipfire.org/releases/ipfire-2.x/2.15-core$COREVER/" +ISO="ipfire-2.15.i586-full-core$COREVER.iso" if [ -z $1 ]; then echo usage: $0 backup-file