From 7cfe51ddbaefd7fcb77f84742b8d082783ecb223 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 24 Feb 2011 16:23:49 -0300 Subject: aufs2-libre-2.6.37_20110124-2 --- libre/aufs2-libre/create-tarball.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 libre/aufs2-libre/create-tarball.sh (limited to 'libre/aufs2-libre/create-tarball.sh') diff --git a/libre/aufs2-libre/create-tarball.sh b/libre/aufs2-libre/create-tarball.sh new file mode 100755 index 000000000..a460a8b3b --- /dev/null +++ b/libre/aufs2-libre/create-tarball.sh @@ -0,0 +1,14 @@ +#!/bin/sh +AUFS2VERSION="-37" +KERNELVERSION=2.6.37 +GITSNAPSHOT=20110124 +# 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} -- cgit v1.2.3-54-g00ecf