From: Arne Fitzenreiter Date: Sat, 3 May 2014 13:08:54 +0000 (+0200) Subject: backupiso: set version to 2.15. X-Git-Tag: v2.15-core77~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59209622e3e65ad407afc58f9dcd14e19287c11d;p=people%2Fms%2Fipfire-2.x.git backupiso: set version to 2.15. --- diff --git a/config/rootfiles/core/77/filelists/files b/config/rootfiles/core/77/filelists/files index fcb88ad2e3..dd35042c16 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 30616a4a5a..dab1d6dc93 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