[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
193/197: install: %installation-services: Make mingetty-service autologi
From: |
Danny Milosavljevic |
Subject: |
193/197: install: %installation-services: Make mingetty-service autologin to the installer. |
Date: |
Mon, 3 Jul 2017 20:37:24 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit e74b9ed4978b4502bb65de812b23523e86e67ade
Author: Danny Milosavljevic <address@hidden>
Date: Tue Jul 4 01:23:54 2017 +0200
install: %installation-services: Make mingetty-service autologin to the
installer.
* gnu/system/install.scm (%installation-services): Make mingetty-service
autologin to the installer.
---
gnu/system/install.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 2fbf6e3..46c8493 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -252,7 +252,8 @@ You have been warned. Thanks for being so brave.
(list (mingetty-service (mingetty-configuration
(tty "tty1")
- (auto-login "root")))
+ (auto-login "root")
+ (login-program (guix-installer))))
(login-service (login-configuration
(motd motd)))
- 173/197: installer: Remove whitespace., (continued)
- 173/197: installer: Remove whitespace., Danny Milosavljevic, 2017/07/03
- 01/197: gnu: Add graphical installer, Danny Milosavljevic, 2017/07/03
- 174/197: installer: Provide the ability to add new users., Danny Milosavljevic, 2017/07/03
- 178/197: installer: Infer likely entries for user accounts from the gecos field., Danny Milosavljevic, 2017/07/03
- 180/197: installer: Use a different mount-point for each install attempt., Danny Milosavljevic, 2017/07/03
- 183/197: installer: Specify a pid file for wpa_supplicant., Danny Milosavljevic, 2017/07/03
- 181/197: installer: Make the install attempts counter global., Danny Milosavljevic, 2017/07/03
- 186/197: installer: Return to network page after passphrase entry., Danny Milosavljevic, 2017/07/03
- 185/197: installer: Avoid flicker in network page., Danny Milosavljevic, 2017/07/03
- 169/197: installer: Add users page., Danny Milosavljevic, 2017/07/03
- 193/197: install: %installation-services: Make mingetty-service autologin to the installer.,
Danny Milosavljevic <=
- 196/197: installer: Add imports., Danny Milosavljevic, 2017/07/03
- 195/197: installer: Emit (gnu bootloader grub) import., Danny Milosavljevic, 2017/07/03
- 191/197: gurses: form: Handle Ctrl-F and Ctrl-B in forms., Danny Milosavljevic, 2017/07/03