mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
set version to 2.9 core44
This commit is contained in:
@@ -35,7 +35,7 @@ CFLAGS =
|
|||||||
CXXFLAGS =
|
CXXFLAGS =
|
||||||
|
|
||||||
PROG = linux-xen
|
PROG = linux-xen
|
||||||
PAK_VER = 15
|
PAK_VER = 16
|
||||||
DEPS = ""
|
DEPS = ""
|
||||||
|
|
||||||
# Normal build or XEN build.
|
# Normal build or XEN build.
|
||||||
|
|||||||
6
make.sh
6
make.sh
@@ -24,9 +24,9 @@
|
|||||||
|
|
||||||
NAME="IPFire" # Software name
|
NAME="IPFire" # Software name
|
||||||
SNAME="ipfire" # Short name
|
SNAME="ipfire" # Short name
|
||||||
VERSION="2.9rc1" # Version number
|
VERSION="2.9" # Version number
|
||||||
CORE="43" # Core Level (Filename)
|
CORE="44" # Core Level (Filename)
|
||||||
PAKFIRE_CORE="43" # Core Level (PAKFIRE)
|
PAKFIRE_CORE="44" # Core Level (PAKFIRE)
|
||||||
GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch
|
GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch
|
||||||
SLOGAN="www.ipfire.org" # Software slogan
|
SLOGAN="www.ipfire.org" # Software slogan
|
||||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
COREVER=`cat /opt/pakfire/db/core/mine`
|
COREVER=`cat /opt/pakfire/db/core/mine`
|
||||||
# FIXME: edit this lines before release
|
# FIXME: edit this lines before release
|
||||||
URL=http://download.ipfire.org/iso/
|
URL=http://download.ipfire.org/iso/
|
||||||
ISO=ipfire-2.9rc1.i586-full-core$COREVER.iso
|
ISO=ipfire-2.9.i586-full-core$COREVER.iso
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
echo usage: $0 backup-file
|
echo usage: $0 backup-file
|
||||||
|
|||||||
Reference in New Issue
Block a user