help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using compressed memdisk


From: Andrey Borzenkov
Subject: Re: Using compressed memdisk
Date: Sat, 31 Aug 2013 09:24:43 +0400

В Wed, 28 Aug 2013 19:43:08 -0500
Glenn Washburn <address@hidden> пишет:

> Hola,
> 
> I'm trying to get grub to read an xz-compressed memdisk, but grub does
> not automatically decode it.  Apparently there is a transparent file
> decompressor for xz, but that won't work on devices.
> 
> What would be a better way to implement this: some sort of device
> filter, or something specific to mkimage that compresses the memdisk
> when -C is used?
> 

Filter would need decompress the whole device every time single bit is
accessed (or implement intricate caching) so it makes really no sense.

Is it possible to reliably detect compressed memdisk? If yes, just add
detection to memdisk.c.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]