2021-04-02 15:44:36 +02:00
2021-02-04 03:31:00 +01:00
2021-01-04 04:20:14 +01:00
2021-01-21 22:47:54 +01:00
2021-04-02 15:44:36 +02:00
2021-01-04 04:20:14 +01:00
2021-02-01 02:59:23 +01:00
2021-02-26 12:28:19 +01:00
2021-02-13 15:10:09 +01:00
2021-03-18 18:44:31 +01:00

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-Installer into
  • 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 xx to the po/LINGUAS file
  • Generate a new translation file with ninja -C build os-installer-update-po
  • Edit the translation file po/xx.po with 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!
Description
No description provided
Readme GPL-3.0 4.5 MiB
Languages
Python 91.4%
Meson 4.5%
Shell 3.6%
CSS 0.5%