-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New PR for astroarch-onboarding #3
base: calamares
Are you sure you want to change the base?
Conversation
…ings.conf and adding netinstall and packages for software. Adding slides
….zsh script (same as update-astroarch) add shellprecess module in setting.conf modified finished.conf to have restart now button checked
…home/astronaut/.astroarch
This reverts commit 5bbde81.
…ted and validated
The ./make.sh executable file compiles and installs on the system to test changes quickly without going through a PKGBUILD. After installation, run a calamares -d command to see the result Explanation for astroarch-onboarding The images are in the folders: The netinstall_software.yaml file for additional programs to install is in astroarch-onboarding/src/.astroarch/configs/calamares_astroarch The files to launch astroarch-onboarding (icon - service - script) are in astroarch-onboarding/src/.astroarch/configs/calamares_astroarch The modified files and some explanations : astroarch-onboarding/src/libcalamaresui/ViewManager.cpp --> change the installed text of the title by configure astroarch-onboarding/CMakeLists.txt --> 2 changes settings.conf --> the modules and their instances to launch astroarch-onboarding/src/modules/contextualprocess astroarch-onboarding/src/modules/finished --> restartNowMode: user-checked --> requests a restart to take the changes into account. May be changed to grayed out to force users to restart astroarch-onboarding/src/modules/keyboard --> nothing to change astroarch-onboarding/src/modules/locale --> nothing to change astroarch-onboarding/src/modules/localecfg --> nothing to change astroarch-onboarding/src/modules/netinstall astroarch-onboarding/src/modules/notesqml astroarch-onboarding/src/modules/packagechooser astroarch-onboarding/src/modules/packagechooserq --> For the page choosing between kstars stable or bleeding-edge astroarch-onboarding/src/modules/packages astroarch-onboarding/src/modules/shellprocess astroarch-onboarding/src/welcome --> nothing to change astroarch-onboarding/src/branding/astroarch astroarch-onboarding/src/.astroarch/configs/calamares_astroarch |
No description provided.