Re: Requesting an addition to the install image

2023-06-08 Thread Brian C. Lane
On Thu, Jun 08, 2023 at 12:56:03PM -0500, Chris Adams wrote:
> 
> I'll submit a PR.

We already include it in the rhel9-branch so I don't have a problem
adding it in rawhide. nvme seems to have become fairly popular so we
should at least include the basic tools :)

It looks like it amounts to these 2 commits:
f031f2850b3823fca0360ee9668702ab4139ec5f to add nvme-cli
0099d618be177325487d2c23ec2d8a765d03ba1d to remove machine specific files

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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Requesting an addition to the install image

2023-06-08 Thread Chris Adams
Once upon a time, Tomasz Torcz  said:
> On Thu, Jun 08, 2023 at 11:37:47AM -0500, Chris Adams wrote:
> > Where is the proper place to request something be added to the install
> > image?  I was going to file a BZ but wasn't sure of the proper
> > component.
> > 
> > I'd like to see nvme-cli (and libnvme, which it depends on) added to the
> > install image.  I wanted to switch an NVMe drive to 4K sectors, which
> > reformats it, so I needed to do that before installing Fedora (or have
> > to install, change, then reinstall).  It would be much more convenient
> > to be able to boot into rescue mode to do this.
> 
>   I believe you can use DNF on install media to install missing packages.

That's not available on an install image.  dnf is there, but the RPM
database is not.
-- 
Chris Adams 
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Requesting an addition to the install image

2023-06-08 Thread Adam Williamson
On Thu, 2023-06-08 at 20:36 +0200, Tomasz Torcz wrote:
> On Thu, Jun 08, 2023 at 11:37:47AM -0500, Chris Adams wrote:
> > Where is the proper place to request something be added to the install
> > image?  I was going to file a BZ but wasn't sure of the proper
> > component.
> > 
> > I'd like to see nvme-cli (and libnvme, which it depends on) added to the
> > install image.  I wanted to switch an NVMe drive to 4K sectors, which
> > reformats it, so I needed to do that before installing Fedora (or have
> > to install, change, then reinstall).  It would be much more convenient
> > to be able to boot into rescue mode to do this.
> 
>   I believe you can use DNF on install media to install missing packages.

Live images, yes, but I don't think you can on the installer images, I
think the RPM database is actually stripped from them so deps won't
appear to be present.
-- 
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @ad...@fosstodon.org
https://www.happyassassin.net



___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Requesting an addition to the install image

2023-06-08 Thread Tomasz Torcz
On Thu, Jun 08, 2023 at 11:37:47AM -0500, Chris Adams wrote:
> Where is the proper place to request something be added to the install
> image?  I was going to file a BZ but wasn't sure of the proper
> component.
> 
> I'd like to see nvme-cli (and libnvme, which it depends on) added to the
> install image.  I wanted to switch an NVMe drive to 4K sectors, which
> reformats it, so I needed to do that before installing Fedora (or have
> to install, change, then reinstall).  It would be much more convenient
> to be able to boot into rescue mode to do this.

  I believe you can use DNF on install media to install missing packages.

-- 
Tomasz Torcz   “(…) today's high-end is tomorrow's embedded processor.”
to...@pipebreaker.pl  — Mitchell Blank on LKML
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Requesting an addition to the install image

2023-06-08 Thread Chris Adams
Once upon a time, Adam Williamson  said:
> On Thu, 2023-06-08 at 11:37 -0500, Chris Adams wrote:
> > Where is the proper place to request something be added to the install
> > image?  I was going to file a BZ but wasn't sure of the proper
> > component.
> > 
> > I'd like to see nvme-cli (and libnvme, which it depends on) added to the
> > install image.  I wanted to switch an NVMe drive to 4K sectors, which
> > reformats it, so I needed to do that before installing Fedora (or have
> > to install, change, then reinstall).  It would be much more convenient
> > to be able to boot into rescue mode to do this.
> 
> lorax, but we do try to keep the installer environment as minimal as
> possible. Technically the change is quite easy, you could submit it as
> a PR - you just have to edit
> https://github.com/weldr/lorax/blob/master/share/templates.d/99-generic/runtime-install.tmpl
> , that is the recipe for creating the installer environment.

I understand and support limiting what's added, but I think this should
be there given the "can't do this thing after install" effect.  The flip
side is there are some things that are probably obsolete, like I can't
remember the last time I used a tape drive or PCMCIA card or even drive
that needed hdparm (but I know that always can devolve into arguments
rapidly). :)

I'll submit a PR.
-- 
Chris Adams 
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Requesting an addition to the install image

2023-06-08 Thread Adam Williamson
On Thu, 2023-06-08 at 11:37 -0500, Chris Adams wrote:
> Where is the proper place to request something be added to the install
> image?  I was going to file a BZ but wasn't sure of the proper
> component.
> 
> I'd like to see nvme-cli (and libnvme, which it depends on) added to the
> install image.  I wanted to switch an NVMe drive to 4K sectors, which
> reformats it, so I needed to do that before installing Fedora (or have
> to install, change, then reinstall).  It would be much more convenient
> to be able to boot into rescue mode to do this.

lorax, but we do try to keep the installer environment as minimal as
possible. Technically the change is quite easy, you could submit it as
a PR - you just have to edit
https://github.com/weldr/lorax/blob/master/share/templates.d/99-generic/runtime-install.tmpl
, that is the recipe for creating the installer environment.
-- 
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @ad...@fosstodon.org
https://www.happyassassin.net



___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Requesting an addition to the install image

2023-06-08 Thread Chris Adams
Where is the proper place to request something be added to the install
image?  I was going to file a BZ but wasn't sure of the proper
component.

I'd like to see nvme-cli (and libnvme, which it depends on) added to the
install image.  I wanted to switch an NVMe drive to 4K sectors, which
reformats it, so I needed to do that before installing Fedora (or have
to install, change, then reinstall).  It would be much more convenient
to be able to boot into rescue mode to do this.

-- 
Chris Adams 
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue