F5F Stay Refreshed Software Operating Systems Building my own distribution from an existing one

Building my own distribution from an existing one

Building my own distribution from an existing one

C
castielqueen
Member
228
11-08-2021, 07:36 PM
#1
Hello! Happy Sunday, I hope you're doing well. My laptop (HP J0021NR) began overheating and acting sluggish, so I moved to Linux. I chose a minimal OS—probably a version of Ubuntu. My goal was to create a lightweight system tailored for my needs, and I’m pleased with the outcome. I’ve customized the OS based on my work, and now I want to share it with others.

My question is: how can I compile a list of all the existing components in the OS and generate a set of instructions for a bootable ISO? This way, others can download the ISO, create a bootable drive, install the OS, and have all my current programs ready from the start. Thanks!
C
castielqueen
11-08-2021, 07:36 PM #1

Hello! Happy Sunday, I hope you're doing well. My laptop (HP J0021NR) began overheating and acting sluggish, so I moved to Linux. I chose a minimal OS—probably a version of Ubuntu. My goal was to create a lightweight system tailored for my needs, and I’m pleased with the outcome. I’ve customized the OS based on my work, and now I want to share it with others.

My question is: how can I compile a list of all the existing components in the OS and generate a set of instructions for a bootable ISO? This way, others can download the ISO, create a bootable drive, install the OS, and have all my current programs ready from the start. Thanks!

D
Dreemurrz
Member
220
11-08-2021, 08:53 PM
#2
I don’t understand how to create an installer, but for a working live image you could check out https://www.linux-live.org/.
D
Dreemurrz
11-08-2021, 08:53 PM #2

I don’t understand how to create an installer, but for a working live image you could check out https://www.linux-live.org/.

K
kingpie64
Member
144
11-08-2021, 09:13 PM
#3
The question itself shows you're ready to share something useful. Share the installer link and the package list so interested users can get started quickly. Installing dselect is straightforward with the right commands, and it helps keep things safe by closing the shell after use. Just ensure the file is in the right place for everyone to access.
K
kingpie64
11-08-2021, 09:13 PM #3

The question itself shows you're ready to share something useful. Share the installer link and the package list so interested users can get started quickly. Installing dselect is straightforward with the right commands, and it helps keep things safe by closing the shell after use. Just ensure the file is in the right place for everyone to access.

J
Jarzzermann
Posting Freak
788
11-09-2021, 12:58 AM
#4
Wouldn't it be better to create an install script that others could download and run from the base setup? This approach is typical in the Arch community. Developing a live installer would also require ongoing maintenance, which I don't suggest. The likelihood of someone discovering it outside your circle would be very low.
J
Jarzzermann
11-09-2021, 12:58 AM #4

Wouldn't it be better to create an install script that others could download and run from the base setup? This approach is typical in the Arch community. Developing a live installer would also require ongoing maintenance, which I don't suggest. The likelihood of someone discovering it outside your circle would be very low.

F
farazofbuscus
Member
212
11-11-2021, 11:42 AM
#5
That's a great approach. I understand as long as the outcome remains consistent—same distribution and identical packages installed. Thank you!
F
farazofbuscus
11-11-2021, 11:42 AM #5

That's a great approach. I understand as long as the outcome remains consistent—same distribution and identical packages installed. Thank you!