summaryrefslogtreecommitdiffstats
path: root/abs/core/aufs2/create-tarball.sh
blob: d4510f4f8876f051e5f0f040e64af5c21fbec1f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
AUFS2VERSION=""
KERNELVERSION=2.6.37
GITSNAPSHOT=20110105
# aufs2 (no -xx) for the latest -rc version.
git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git aufs2-standalone.git
cd aufs2-standalone.git
#git checkout origin/aufs2.1${AUFS2VERSION}
git checkout origin/aufs2.1
#*** apply "aufs2-base.patch" and "aufs2-standalone.patch" to your kernel source files.
cd ..
rm -rf aufs2-${KERNELVERSION}_${GITSNAPSHOT}
cp -a aufs2-standalone.git aufs2-${KERNELVERSION}_${GITSNAPSHOT}
tar -czf aufs2-${KERNELVERSION}_${GITSNAPSHOT}.tar.gz --exclude=.git aufs2-${KERNELVERSION}_${GITSNAPSHOT}