Hi, I am just coming back to fedora spins and kickstarts. Is there a kickstart.ks to create the fedora-server-netinst.iso? What I'm interested in looking at is the system rescue option that doesn't seem to exist anywhere else. I was hoping to customize this and add a few packages.
Also just as an aside... in a container, is mock still the best option to make a spin? Thanks!!
not really understanding what you are trying to do
http://mirror.cc.vt.edu/pub/fedora/linux/releases/32/Server/x86_64/iso/Fedor...
fedoraproject produces the netinstall iso
Ben
On 8/12/20 12:54 PM, Boyd Kelly wrote:
Hi, I am just coming back to fedora spins and kickstarts. Is there a kickstart.ks to create the fedora-server-netinst.iso? What I'm interested in looking at is the system rescue option that doesn't seem to exist anywhere else. I was hoping to customize this and add a few packages.
Also just as an aside... in a container, is mock still the best option to make a spin? Thanks!! _______________________________________________ spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org
Since you can produce a fedora workstation iso (and a bunch of spins) with a kickstart.ks and mock/lorax or livecd-creator, what about that server-netinst iso? How does fedoraproject produce it? Is there a kickstart.ks or what?
thx
On Wed, 12 Aug 2020 at 20:34, Ben Williams jbwillia@math.vt.edu wrote:
not really understanding what you are trying to do
http://mirror.cc.vt.edu/pub/fedora/linux/releases/32/Server/x86_64/iso/Fedor...
fedoraproject produces the netinstall iso
Ben
On 8/12/20 12:54 PM, Boyd Kelly wrote:
Hi, I am just coming back to fedora spins and kickstarts. Is there a
kickstart.ks to create the fedora-server-netinst.iso? What I'm interested in looking at is the system rescue option that doesn't seem to exist anywhere else. I was hoping to customize this and add a few packages.
Also just as an aside... in a container, is mock still the best option
to make a spin? Thanks!!
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org _______________________________________________ spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org
On Wed, Aug 12, 2020 at 09:48:58PM +0000, Boyd Kelly wrote:
Since you can produce a fedora workstation iso (and a bunch of spins) with a kickstart.ks and mock/lorax or livecd-creator, what about that server-netinst iso? How does fedoraproject produce it? Is there a kickstart.ks or what?
So, fedora uses 'pungi' ( https://pagure.io/pungi ) to make everything. Pungi in turn calls other tools to make various things. For example, for live media pungi calls livemedia-creator.
To make the 'buildinstall' images (boot.iso/netinstall.iso) it calls lorax.
Here's a recent run on a f33 branched: https://kojipkgs.fedoraproject.org///compose/branched/Fedora-33-20200820.n.0...
Lorax is at: https://github.com/weldr/lorax/
So, the actual packages used are listed in the lorax templates, there's no direct kickstart for those.
Hope that helps.
kevin --
thx
On Wed, 12 Aug 2020 at 20:34, Ben Williams jbwillia@math.vt.edu wrote:
not really understanding what you are trying to do
http://mirror.cc.vt.edu/pub/fedora/linux/releases/32/Server/x86_64/iso/Fedor...
fedoraproject produces the netinstall iso
Ben
On 8/12/20 12:54 PM, Boyd Kelly wrote:
Hi, I am just coming back to fedora spins and kickstarts. Is there a
kickstart.ks to create the fedora-server-netinst.iso? What I'm interested in looking at is the system rescue option that doesn't seem to exist anywhere else. I was hoping to customize this and add a few packages.
Also just as an aside... in a container, is mock still the best option
to make a spin? Thanks!!
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org _______________________________________________ spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org
-- Boyd Kelly bkelly@coastsystems.net www: http://www.coastsystems.net Tel: +1 604 837-0765
spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org
Il giorno gio 20 ago 2020 alle ore 22:23 Kevin Fenzi kevin@scrye.com ha scritto:
To make the 'buildinstall' images (boot.iso/netinstall.iso) it calls lorax.
https://fedoraproject.org/wiki/QA:Testcase_lorax_netinst
Hope this helps
Massimiliano
Thank you! Looks very interesting. Will check it out.
On Sun, 30 Aug 2020 at 09:29, Massi Ergosum massi.ergosum@gmail.com wrote:
Il giorno gio 20 ago 2020 alle ore 22:23 Kevin Fenzi kevin@scrye.com ha scritto:
To make the 'buildinstall' images (boot.iso/netinstall.iso) it calls lorax.
https://fedoraproject.org/wiki/QA:Testcase_lorax_netinst
Hope this helps
Massimiliano _______________________________________________ spins mailing list -- spins@lists.fedoraproject.org To unsubscribe send an email to spins-leave@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/spins@lists.fedoraproject.org