On Wed, May 04, 2022 at 12:07:36PM -0400, Neal Gompa wrote:
> On Wed, May 4, 2022 at 11:38 AM Brian C. Lane <b...@redhat.com> wrote:
> >
> > After the recent discussions about xorriso I realized that I could
> > vastly simplify mkksiso, AND make it work as a normal user :) So I did.
> >
> > The PR is here:
> > https://github.com/weldr/lorax/pull/1228
> >
> > It only depends on xorriso and implantisomd5 so I may also split it out
> > into a subpackage so you don't need all of pylorax when installing it.
> >
> 
> Would it also be possible to do the same for mkefiboot? The
> livecd-tools package needs only this piece from lorax, but we wind up
> pulling all of it because it's not split out.

No, mkefiboot uses some utilities from pylorax:

from pylorax.imgutils import mkdosimg, round_to_blocks, LoopDev, DMDev, 
dm_detach
from pylorax.imgutils import mkhfsimg, Mount, estimate_size

Brian

-- 
Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to