Custom AnduinOS-2 iso build script #352
Replies: 3 comments
-
Related Discussions
This reply records links to discussions related to this topic. It facilitates indexing and finding relevant reference materials. Refactoring Evolution
|
Beta Was this translation helpful? Give feedback.
-
demo-build-engineBased on the demo-build-step refactoring sample I mentioned in another thread. I performed further refactoring and created a new sample:demo-build-engine. I placed I also removed all Additionally, I refactored all the |
Beta Was this translation helpful? Give feedback.
-
demo-build-templateI first designed a new project folder structure, then placed the and I made a few minor adjustments. and finally generated a new sample, demo-build-template. The main step is to place the two folders into folder This allows for centralized management of the files and the list of packages to be installed. The above outlines the concepts behind my refactoring thought and presents samples based on the implementation. That concludes what I wanted to share this time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Custom AnduinOS-2 iso build script
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 Packagesusing apkg.Therefore, for now, I will temporarily use the method I used in AnduinOS-1.
Samples
After the modification, I generated two samples,
main-mykeybindandmain-respin.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.txtto control which module are executed and in what order.Custom Modules
I have added the following new modules.
For more details, please refer to the README.md file in each module.
Summary
I have no intention of turning it into a distribution, so I haven't provided an ISO File after it's been generated.
The above sharing is merely to provide my modification ideas and a completed sample.
My intention is simply to provide a reference for those interested in customizing AnduinOS ISO File.
It might inspire new ideas and allow you to enjoy the fun of doing things yourself.
Perhaps it can generate an AnduinOS ISO File that suits your personal preferences.
Finally, I would like to thank @Anduin2017.
It seems he put a lot of effort into foundation about AnduinOS and shared his results.
With this foundation, we can more easily build an AnduinOS ISO File tailored to our individual needs.
Link
Beta Was this translation helpful? Give feedback.
All reactions