wok-stable diff aiksaurus/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 79077110c5c7
children 0b9117137f68
line diff
     1.1 --- a/aiksaurus/receipt	Sun Oct 31 23:24:00 2010 +0100
     1.2 +++ b/aiksaurus/receipt	Tue Dec 14 21:45:09 2010 +0000
     1.3 @@ -30,6 +30,6 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib
     1.6  	cp -a $_pkg/usr/bin $_pkg/usr/share $fs/usr
     1.7 -	cp -a $_pkg/usr/lib/*.so* $fs/usr
     1.8 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
     1.9  }
    1.10