Initial setup for Liri OS.
The first time a freshly installed system is booted is a special situation. There is no user account yet and a few basic configuration steps need to be performed before it can be considered fully usable.
The initial setup mode is an attempt to solve these problems for the following kind of systems:
- Device and mobile images
- Test disk images
OS copies installed by the installer won't need the initial setup mode because users will configure whatever they need during the installation.
This application will offers a series of steps to:
- Select your language
- Connect to the network
- Create a new user account
- Set the right location and timezone
In terms of user experience, we want the initial setup to seamlessly switch to the regular user session. In particular, we don't want to make the user enter his credentials again on the login screen.
Qt >= 6.7 with at least the following modules is required:
The following modules and their dependencies are required:
- cmake >= 3.19.0
- extra-cmake-modules >= 5.245.0
- cmake-shared >= 2.0.99
- fluid >= 2.0.0
- qtaccountsservice >= 2.0.0
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # use sudo if necessary
Replace /path/to/prefix
to your installation prefix.
Default is /usr/local
.
Licensed under the terms of the GNU General Public License version 3 or, at your option, any later version.