wok diff linux/receipt @ rev 7650

Add squashfs+xz to kernel. This allows for greater compressing then lzma and it will work without cause a kernel opps. As long as the custom code for freeing lzma initramfs stays with lzma initramfs.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Dec 14 21:45:09 2010 +0000 (2010-12-14)
parents 27c14cd11116
children 440ca7d32058
line diff
     1.1 --- a/linux/receipt	Sun Nov 21 19:10:30 2010 +0000
     1.2 +++ b/linux/receipt	Tue Dec 14 21:45:09 2010 +0000
     1.3 @@ -26,13 +26,13 @@
     1.4  	TARBALL=$SOURCES_REPOSITORY/$AUFSDIR.tar.gz
     1.5  	if [ -f $TARBALL ]; then
     1.6  		tar xzf $TARBALL
     1.7 -		cd $AUFSDIR && git checkout origin/aufs2
     1.8 +		cd $AUFSDIR && git checkout origin/aufs2.1-36
     1.9  		cd $WOK/$PACKAGE
    1.10  	else
    1.11  		# Aufs2 from git repository
    1.12  		git clone http://git.c3sl.ufpr.br/pub/scm/aufs/aufs2-standalone.git $AUFSDIR
    1.13  		tar czf $TARBALL $AUFSDIR
    1.14 -		cd $AUFSDIR && git checkout origin/aufs2
    1.15 +		cd $AUFSDIR && git checkout origin/aufs2.1-36
    1.16  		cd $WOK/$PACKAGE
    1.17  	fi
    1.18  	cp -a $AUFSDIR/Documentation $AUFSDIR/fs $AUFSDIR/include $src
    1.19 @@ -64,8 +64,11 @@
    1.20  $PACKAGE-freeinitrd-$VERSION.u
    1.21  aufs2-base.patch
    1.22  aufs2-standalone.patch
    1.23 -aufs2-module-2.6.36.patch
    1.24 -aufs2-2.6.36-fix.patch
    1.25 +001-squashfs-decompressors-add-xz-decompressor-module.patch
    1.26 +002-squashfs-decompressors-add-boot-time-xz-support.patch
    1.27 +003-squashfs-x86-support-xz-compressed-kernel.patch
    1.28 +004-squashfs-add-xz-compression-support.patch
    1.29 +005-squashfs-add-xz-compression-configuration-option.patch
    1.30  EOT
    1.31  	make mrproper
    1.32  	cd Documentation/lguest