Re: extending initrd

2016-07-25 Thread Ludovic Courtès
Hi, Tomáš Čech skribis: > I'm playing a bit with initrd and I miss there a way, how to add > additional content to the image (busybox in my case now). Is there > really no way yet how to do that? The initrd automatically contains everything the given gexp refers to: --8<---cut here

extending initrd

2016-07-25 Thread Tomáš Čech
Hi, I'm playing a bit with initrd and I miss there a way, how to add additional content to the image (busybox in my case now). Is there really no way yet how to do that? In expression->initrd it refers to closure yet I fail to find how is it found/constructed... Thanks in advance for pointers.