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

Re: Some of the parameters used in my genisoimage command don't produce a bootable ISO image



On Fri, 28 Oct 2022 15:54:00 +0200
Mario Marietto <marietto2008@gmail.com> wrote:

> Hello Charles.
> 
> Can you write the full command ? I don't understand what you mean
> with " find … -type f …". I'm orienting myself to use this :
> 
> find . -depth | cpio --create --format='newc' >
> /boot/$CURRENT_KERNEL_VERSION_NO_GZ
> 
> as suggested by Thomas. In this command I don't see any "-type f".
> Very much.

I have not tested this, but try

find . -depth -type f | cpio …

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/


Reply to: