Custom AnduinOS-2 iso build script

Subject

Discussions

Description

Based on the project https://github.com/AiursoftWeb/AnduinOS-2,

Here I will share my thought process for making the revisions.

Since I haven’t yet learned how to packaging and deploy Debian Packages using apkg.

Therefore, for now, I will temporarily use the method I used in AnduinOS-1.

Samples

After the modification, I generated two samples, main-mykeybind and main-respin.

Branch Introduction More Info
main-mykeybind my keybind More Info …
main-respin my keybind and add more package and config (fzf, variety, fcitx5-chewing …) More Info …

I will use main-respin as an example to explain below.

Rundown

I modified mods/install_all_mods.sh.

The original method was to execute the module based on its folder name.

The new approach uses mods/install_all_mods.txt to control which module are executed and in what order.

Custom Modules

I have added the following new modules.

Custom Modules Introduction
master-package-install for install extra packages
master-file-install for install extra files
base-dconf-db-update  
base-gsettings-schema-compile  

For more details, please refer to the README.md file in each module.


This site uses Just the Docs, a documentation theme for Jekyll.