2011-02-06 16:48:25 +00:00
|
|
|
#!/bin/sh
|
2011-04-13 04:10:55 +00:00
|
|
|
AUFS2VERSION="-38"
|
|
|
|
KERNELVERSION=2.6.38
|
|
|
|
GITSNAPSHOT=20110314
|
2011-02-06 16:48:25 +00:00
|
|
|
# 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
|
2011-04-13 04:10:55 +00:00
|
|
|
#git checkout origin/aufs2.1${AUFS2VERSION}
|
|
|
|
git checkout origin/aufs2.1
|
2011-02-06 16:48:25 +00:00
|
|
|
#*** 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}
|