Arcolinuxiso.com covers
Learning phase 8
CARLI = Customized arch linux iso
Only the largest numbered Carli can be used for building
All other Carlis should only be watched for
learning purposes and never built
PLease read following essential posts
https://arcolinux.info/arcolinux-editions/
https://arcolinux.info/fast-track/
LEARNING PATH
You have been learning about Arch Linux and ArcoLinux. At some point in time you may wish to build your own distro/iso and start building it up from scratch. That is phase 8.
We advise you to start in the menu “Start here” and work your way down the menu.
The article “Goal and vision” will clarify what we aim for with the Carli project.
At the moment we are still thinking how to organize all the articles. We will change the structure as the project grows.
Check out the story line in the Carli menu.
Each month we will try to make another step in order to develop our own distro.
LEARN HOW TO CREATE YOUR PERSONAL APP
PYTHON AND GTK3
HOW TO START WITH THE CARLI PROJECT
GET DATA
GET TOOLS
LEARN HOW TO ANALYZE
LATEST ARTICLES
Making Calamares and Calamares config ready for the new branch 3.3
Figuring out the error in Calamares took some testing and rebuilding. That is normal - build and test and build and test again Carli 12 works at this point and we go over the changes on our Githubs or folders of Carli. Content of video check the Githubs online...
Creation of a new grub theme for Carli called Viper
Since we have made so many new Grub themes for ArcoLinux. One more Grub theme for Carli was in order. Content of video we start with code that we have - so copy/paste we start changing the name we start changing the pkgbuild for the new theme Viper we use Gimp to...
Comparing the Calamares config of 3.2 with 3.3
Content of video get the code from Calamares Github we need to compare code and configs with meld we try to figure out why the error is occurring (it is NOT fixed in this video) the issue is at this point still not fixed
Building a new Calamares application based on a certain commit
Content of video get the content of our Githubs - pkgbuild of Calamares get the code in from https://github.com/calamares/calamares we make choices on how we will use the Calamares Github for a package build later we can fork Calamares and build from there we can...
Adding packages from Arch repos and packages from AUR to the iso
Content of video packages can either be installed from the Arch Linux repos - pacman - add to the list packages coming from AUR need to be built - build the packages and add them to your repo we use yay to build our packages and show you the workflow man makepkg...
Creating a new package for our new look
We do want to have an iso that has an amazing look out of the box. In the previous article we figured out what folder/files we need to achieve such a goal. Now we need to package it. Content of video we create a new Github project for our carli-cinnamon-config we...