Re: initrd support

2011-09-05 Thread Sergio López
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

Re: initrd support

2011-09-04 Thread Jérémie Koenig
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?