Re: [arch-general] mkinitcpio compression

2011-02-27 Thread Thomas Bächler
Am 27.02.2011 03:12, schrieb Dimitrios Apostolou: Hello list, I'm using arch on an old laptop with only 128MB RAM. I had problems compressing the initcpio image with lzma, it always failed allocating memory. The following one-line patch allowed me to set my own compression level in

Re: [arch-general] mkinitcpio compression

2011-02-27 Thread Dimitrios Apostolou
On Sun, 27 Feb 2011, Thomas Bächler wrote: Am 27.02.2011 03:12, schrieb Dimitrios Apostolou: Hello list, I'm using arch on an old laptop with only 128MB RAM. I had problems compressing the initcpio image with lzma, it always failed allocating memory. The following one-line patch allowed me to

[arch-general] mkinitcpio compression

2011-02-26 Thread Dimitrios Apostolou
Hello list, I'm using arch on an old laptop with only 128MB RAM. I had problems compressing the initcpio image with lzma, it always failed allocating memory. The following one-line patch allowed me to set my own compression level in mkinitcpio.conf, with COMPRESSION=lzma -4 ---

Re: [arch-general] mkinitcpio compression

2011-02-26 Thread Auguste Pop
On Sun, Feb 27, 2011 at 10:12 AM, Dimitrios Apostolou ji...@gmx.net wrote: --- /sbin/mkinitcpio.orig       2010-10-06 03:23:00.966415649 +0300 +++ /sbin/mkinitcpio    2011-02-26 19:11:36.309682053 +0200 @@ -277,7 +277,7 @@  status=0  if [ -n ${GENIMG} ]; then     echo -n :: Generating image

Re: [arch-general] mkinitcpio compression

2011-02-26 Thread Auguste Pop
On Sun, Feb 27, 2011 at 10:12 AM, Dimitrios Apostolou ji...@gmx.net wrote: Hello list, I'm using arch on an old laptop with only 128MB RAM. I had problems compressing the initcpio image with lzma, it always failed allocating memory. The following one-line patch allowed me to set my own