added PATA to mkinitcpio module list

changed kernel configuration to build iptables-nat
let make.sh push to rspezial branch
This commit is contained in:
Arne Fitzenreiter
2008-05-19 18:49:33 +02:00
parent c7445b8704
commit b3b363da2d
4 changed files with 163 additions and 62 deletions

View File

@@ -24,7 +24,8 @@
NAME="IPFire" # Software name
SNAME="ipfire" # Short name
VERSION="2.2-test" # Version number
VERSION="2.2-test"
GIT_BRANCH=rspezial:rspezial # Version number
SLOGAN="www.ipfire.org" # Software slogan
CONFIG_ROOT=/var/ipfire # Configuration rootdir
NICE=10 # Nice level
@@ -897,7 +898,7 @@ git)
[ -z $GIT_USER ] && exiterror "You have to setup GIT_USER first."
GIT_URL="ssh://${GIT_USER}@git.ipfire.org/pub/git/ipfire-2.x"
git push ${GIT_URL} master
git push ${GIT_URL} ${GIT_BRANCH}
;;
esac
;;