Building the distribution images #228
-
I downloaded the tar.gz files because I was curious on how the distribution is built. I didn't find any documentation for how to set up the environment or how to run the scripts. How can I get started with this? I don't have any kind of ambitious plans to launch a pointless "competing" distribution, but I want to see what it would take to build the distribution. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi there, sure, it's quite easy and you can even create customized ISOs for your needs. The tool for building an ISO is maintained by Debian, the package in the main Debian repos is called To get started you'll need a Debian 11 system with the At the top level inside the
|
Beta Was this translation helpful? Give feedback.
-
Hi @geckolinux I have 2 questions pertaining to the building of SpiralLinux ISO.
For example, I want to download Veracrypt's .deb files and build an ISO where it's automatically installed. How do I actually install the Veracrypt .deb file from spirallinux-XFCE-packages.list.chroot? What command do I need to put there so the debian file will get installed in the ISO?
Kind Regards and thanks for your reply 🙏🏽 |
Beta Was this translation helpful? Give feedback.
-
Dear @geckolinux
PS: The intended behavior I want is to use the LTS kernel which ships with Debian 12 and which gets auto updated when the usystem is updated using apt update and upgrade.
Thanks 🙏🏽 |
Beta Was this translation helpful? Give feedback.
Hi there, sure, it's quite easy and you can even create customized ISOs for your needs.
The tool for building an ISO is maintained by Debian, the package in the main Debian repos is called
live-build
, and it brings several executable scripts and also a system calledlive-config
for configuring some aspects of the live ISO during boot. At the bottom of the SpiralLinux website you can find some of the most helpful documentation and examples that I used to get started.To get started you'll need a Debian 11 system with the
live-build
package installed. I prefer using a VPS or a VM to avoid clutter on my workstation.At the top level inside the
tar.gz
archives that I upload here you can also…