guix/gnu
Mathieu Othacehe a79617468e
gnu: installer: Launch the installer as kmscon login-program.
Source /etc/environment just before starting the installer. The login program
is supposed to load the environment variables of this file through PAM, but as
we replace it by the installer, they are no longer available. This is mostly
useful for the LANG environment variable.

* gnu/installer/build-installer.scm (installer-program-launcher): New exported
procedure.
* gnu/system/install.scm (%installation-services): Restore most of the origin
code. kmscon is only started on TTY1, and the graphical installer is the
login-program.
2019-01-17 14:04:21 +01:00
..
bootloader
build
installer gnu: installer: Launch the installer as kmscon login-program. 2019-01-17 14:04:21 +01:00
packages gnu: kmscon: Add runtime keymap update support. 2019-01-17 14:04:20 +01:00
services services: kmscon: Remove virtual-terminal requirement. 2019-01-17 14:04:20 +01:00
system gnu: installer: Launch the installer as kmscon login-program. 2019-01-17 14:04:21 +01:00
tests services: avahi: Deprecate the 'avahi-service' procedure. 2019-01-16 14:07:37 +01:00
artwork.scm
bootloader.scm bootloader: Remove deprecated 'device' field. 2019-01-16 14:07:38 +01:00
ci.scm
installer.scm gnu: Add graphical installer support. 2019-01-17 14:04:20 +01:00
local.mk configure: Disable installer build by default. 2019-01-17 14:04:21 +01:00
packages.scm guix package: '--list-available' can use data from the cache. 2019-01-15 20:24:09 +01:00
services.scm
system.scm gnu: Add graphical installer support. 2019-01-17 14:04:20 +01:00
tests.scm