af4dc40e4ba6171e3dae2a1f112e47a8133e68ed
THIS IS STILL UNDER DEVELOPMENT
It can not yet be used to actually install anything.
OS Installer
A simple operating system installer, intended to be used with live install systems.
Provides bootstrapping through language, keyboard, internet connection and disk selection. Allows defining of optional additional software to be installed.
Testing
To try out OS-Installer, without making any changes to your system, run it in debug mode:
meson build
sudo ninja -C build install
os-installer -d
Translating
Simple Way
- Create an issue on Github or on Gitlab stating what language you want to translate
OS-Installerinto - A file will be provided to you. Add the translation underneath the English text like in this example
- Upload the translated file back into the issue. Thank you!
Autonomous Way
- Fork this repository, clone the source code and create a build folder with
meson build - Add your language code
xxto thepo/LINGUASfile - Generate a new translation file with
ninja -C build os-installer-update-po - Edit the translation file
po/xx.powith an editor of your choice (normal text editor or a Translator Editor) - Try your new translation by following the 'Testing' intructions
- If everything works, commit your changes, push them to your repository and create a merge request. Thank you!
Languages
Python
91.4%
Meson
4.5%
Shell
3.6%
CSS
0.5%