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

Re: How to build a cdrom debian-installer with preseed.cfg



On Fri, Dec 24, 2010 at 08:04:08AM +0100, Jose Luis Zabalza wrote:
> 2010/12/23 Bastian Blank <waldi@debian.org>:
> > There is no padding. Just concatenating the gzip compressed cpio files
> > works.
> Do you mean something as ...
> 
> gunzip initrd.gz ; echo "preseed.cfg" | cpio -oAO initrd -H newc ; gzip initrd

No, more like
echo "preseed.cfg" | cpio -o -H newc | gzip -c >> initrd.gz

Bastian

-- 
There's another way to survive.  Mutual trust -- and help.
		-- Kirk, "Day of the Dove", stardate unknown


Reply to: