2011/9/5 Samuel Thibault
> A hybrid solution could be the following:
>
> module --nounzip /boot/initrd.gz '$(initrd-task=data-task-create)'
> module /boot/kernel/ext2fs.static ext2fs ... -T typed
> gunzip:task:${initrd-task}
>
> data-task-create being a script command which creates a task whose o
On Mon, Sep 5, 2011 at 3:10 AM, Samuel Thibault wrote:
> A hybrid solution could be the following:
>
> module --nounzip /boot/initrd.gz '$(initrd-task=data-task-create)'
> module /boot/kernel/ext2fs.static ext2fs ... -T typed
> gunzip:task:${initrd-task}
>
> (...)
> What do people think about it?