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

Re: preseed



W dniu 02/09/2014 09:22, Diogene Laerce napisał(a):
Hi,

I try to achieve this tutorial for preseed :

https://wiki.debian.org/DebianInstaller/Preseed/EditIso

And I can't get pass through this step :

gzip -d < ../cd/install/2.6/initrd.gz | \
cpio --extract --verbose --make-directories --no-absolute-filenames

As I systematically get this error back :

cpio: premature end of archive

Did anybody get through and could explain how ? Google this time
didn't get me anywhere.

Thank you,

Hello,

When using debian-7.6.0-amd64-CD-1.iso it would be
gzip -d < ../cd/install.amd/initrd.gz | cpio --extract --verbose --make-directories --no-absolute-filenames

I suspect that just path is incorrect, which can easily verified.

Best regards,
Milosz


Reply to: