On Sat, 17 Feb 2018 02:44:03 -0600, R0b0t1 wrote:

> Having read all of that again this does seem like the fix. If that
> *still* doesn't work, recursively grep the unpacked ISO file for
> either isoloop or isoboot to find the location in the script you
> should be looking at.

That isn't enough because the code you need is in the nit script, which
is inside the initramfs. Loop mount the ISO, cd into an empty directory
and run

zcat ../path/to/gentoo.igz | cpio -id

You can safely ignore any errors about permission to create nodes, you
are not interested in that part.

Then inspect the init script. grep iso init should be enough but some
init scripts source other script or hook files so a bit of detective work
may be needed. I have to do this regularly and there is no simple one
size fits all solution.

I used zcat because the file has a gz extension, but use file to check
the compression type used on the initramfs before running that command.



-- 
Neil Bothwick

UNILINGUAL: American.

Attachment: pgphonP02ZUn5.pgp
Description: OpenPGP digital signature

Reply via email to