Vojtěch Perník bc65cf4b4d Translated using Weblate (Czech)
Currently translated at 3.6% (2 of 55 strings)

Co-authored-by: Vojtěch Perník <translations@pervoj.cz>
Translate-URL: https://hosted.weblate.org/projects/os-installer/os-installer/cs/
Translation: os-installer/os-installer
2022-09-18 20:20:07 +02:00
2022-05-21 09:52:23 +02:00
2022-09-18 20:20:07 +02:00
2022-03-27 11:05:52 +02:00
2022-03-27 11:05:52 +02:00
2021-02-01 02:59:23 +01:00
2022-06-02 12:00:40 +04:00

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.

Translations

Translation status

Help with translations is always welcome! The simplest way is via Weblate, which provides a very intuitive website.

Alternatively you could try the autonomous way:

  • Fork, clone and build this repository.
  • Add your language code xx to the po/LINGUAS file.
  • Generate a new translation file with ninja -C build os-installer-update-po and edit it.
  • Test the translation, commit and push the changes to your fork and create a merge request. Thank you!

Testing

Clone the project with GNOME Builder via https://gitlab.gnome.org/p3732/os-installer.git and run it (this will not make changes to your system).

Development Setup

Install the following dependencies: gnome-desktop gtk4 libadwaita libgweather python-yaml udisks vte. Note that GTK4 compatible versions of gnome-desktop and vte are required. Then clone and install OS-Installer:

git clone --recursive https://gitlab.gnome.org/p3732/os-installer.git
cd os-installer
meson build
sudo meson install -C build

To try OS-Installer, without modifying any system settings, run it in debug mode with os-installer -d. Uninstall with sudo ninja -C build uninstall

Distributions

The following describes how to use this in a distribution.

Configuration

Place a configuration and installation scripts under /etc/os-installer. The file names need to match the example files found in the example_config folder. The example scripts list which environment variables are made available to them. General usage of these files is:

  1. Read configuration from config.yaml
  2. Call prepare.sh - can start updating mirror or package lists, potentially cache packages.
  3. Call install.sh - can write data onto disk, installing kernel, packages, bootloader, etc.
  4. Call configure.sh - configure the system according to selected preferences (account, locale, more packages)

Note that the installer will run scripts as the user it is started by. If the scripts require elevated priviledges (they probably do) these need to be granted to the script through other means.

Dependencies

In addition to the dependencies listed under Testing, OS-Installer also expects these GNOME apps to be available: epiphany, gnome-disk-utility, gnome-control-center

Similarly systemd is expected to be available, i.e. localectl and timedatectl.

Contact

There is a matrix room https://matrix.to/#/#os-installer:matrix.org in which you can ask questions. Response time might vary.

Description
No description provided
Readme GPL-3.0 4.5 MiB
Languages
Python 91.4%
Meson 4.5%
Shell 3.6%
CSS 0.5%