diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/install.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index e5dfdbb427b..80332b7b534 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm | |||
| @@ -483,6 +483,17 @@ Access documentation at any time by pressing Alt-F2.\x1b[0m | |||
| 483 | 483 | ||
| 484 | ;; Specific system services | 484 | ;; Specific system services |
| 485 | 485 | ||
| 486 | ;; AArch64 has a better detection of consoles, mainly because device | ||
| 487 | ;; trees are utilized. On x86_64, the detection is usually done | ||
| 488 | ;; through BIOS and consoles do not get registered to /proc/console. | ||
| 489 | ;; The only way they would is if the user used console linux argument. | ||
| 490 | `(,@(if (target-aarch64? system) | ||
| 491 | (list (service agetty-service-type | ||
| 492 | (agetty-configuration (tty #f) | ||
| 493 | (auto-login "root") | ||
| 494 | (login-pause? #t)))) | ||
| 495 | '())) | ||
| 496 | |||
| 486 | ;; Machines without Kernel Mode Setting (those with many old and | 497 | ;; Machines without Kernel Mode Setting (those with many old and |
| 487 | ;; current AMD GPUs, SiS GPUs, ...) need uvesafb to show the GUI | 498 | ;; current AMD GPUs, SiS GPUs, ...) need uvesafb to show the GUI |
| 488 | ;; installer. Some may also need a kernel parameter like nomodeset | 499 | ;; installer. Some may also need a kernel parameter like nomodeset |
