this post was submitted on 25 May 2025
1 points (60.0% liked)

Fedora Linux

2387 readers
35 users here now

All about Fedora Linux

founded 6 years ago
MODERATORS
 

Hey all,

I'd like to create a spin/(fork?) of Fedora, with some preconfigured settings (like config of Plasma), and include some packages and repos.

I've found something like an unattended installer but I'm not sure if that's current advice.

Are there some helpful guides out there that might go through the process of doing this?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)

A Kickstart file is like an answer file. You wouldn't make your iso with it, instead you point the normal installation iso to it. You can give it users, partitions, rpms you want installed, and even make it run scripts. You might combine that with a tool like chezmoi to set things up for you. Really you're only limited by your imagination at that point.

If you really want to build your own image, there is also a tool for that. Image Builder does that using os-build and bootc. It even has a cockpit gui to help you build blueprints. This ability is constantly getting better. I think this is being developed into a replacement for Red Hat Satellite. It's pretty old, but this article has some good info on it: https://fedoramagazine.org/introduction-to-image-builder/

[–] [email protected] 1 points 1 month ago (1 children)

Sweet, thanks. There are a lot of working parts to go into this it seems.

Thanks for the info

[–] [email protected] 1 points 1 month ago

The Kickstart file is probably the easiest. It's the traditional way of doing what I think you're looking to do. The image builder route is the new way of doing it.