2011/9/5 Samuel Thibault <samuel.thiba...@gnu.org> > 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 only > content is the initrd content, starting at vaddr 0. ext2fs can then peek > the data from the task, and possibly destroy it if e.g. using taskonce: > instead of task: > > What do people think about it? >
I remember talking with you about this on the IRC some time ago. I think this solution is definitely better than the ones we discussed on that day.