Question when trying to build AnduinOS 2.0 ISO #351
-
|
There's no discusstion forum at AiursoftWeb/AnduinOS-2. So I post the question here. The variable TARGET_PACKAGE_REMOVE is exported in argu.sh with comment "Packages will be uninstalled during the installation process". However the only reference i can find is in "Generating manifest for filesystem-desktop" block in build.sh |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
|
After asking AI, the conclusion is that Ubiquity itself will remove the packages. Firefox seems to be installed via package firefox-anduinos. I can't find the transmission package name, maybe contained in anduinos-desktop-apps? Will they be removed by Ubiquity if I put them in the TARGET_PACKAGE_REMOVE list? |
Beta Was this translation helpful? Give feedback.
-
|
BTW: it says SSL handshake failed Error code 525 when visiting https://packages.aiursoft.com/ |
Beta Was this translation helpful? Give feedback.
-
|
I have added my own mod in the mods folder. Task of my own mod is to install necessary apps from the repository, install local stored deb apps, restore app config files, config customized keyboard shortcut and so on. Most of the script were created by AI. There were always different errors and the make process broke. After talking with AI and updating the script, I have to re-run the make process from very beginning. It was quite time-consuming consider my 10-years old laptop. So far I haven't ever created successully the ISO. Is it possible to skip some already successfully finished steps in the script? For example, debootstrap is time-consuming and has been finished without any problem. I tried to comment the download_base_system line in build.sh. But again errors like following. (I temporarily commented the exit 1 line in makefile since i am running AnduinOS 1.4.2) Error: Host codename 'questing' != target 'resolute' |
Beta Was this translation helpful? Give feedback.
-
|
I refactored the code based on AnduinOS-2 and created a sample called demo-build-steps. Implementing the concept I mentioned in my previous reply. The process of creating an ISO file can be broken down into several key steps for execution. Of course, the original single-step process for creating a complete ISO file is also available. This sample is provided solely for learning purposes. Perhaps this sample can help you understand these concepts. Link |
Beta Was this translation helpful? Give feedback.
Yes you are correct. It's ubiquity handling this.
Every package you mentioned in TARGET_PACKAGE_REMOVE WILL be removed after installing by ubiquity.