Custom AnduinOS-2 iso build script #352
samwhelp
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Beta Was this translation helpful? Give feedback.
All reactions