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 s
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 mki
On Sun, Feb 27, 2011 at 10:12 AM, Dimitrios Apostolou 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 compression
> l
On Sun, Feb 27, 2011 at 10:12 AM, Dimitrios Apostolou 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 '${GE
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"
--- /sbin/mkin
5 matches
Mail list logo