diff options
author | Amin Bandali <bandali@gnu.org> | 2019-01-29 21:07:04 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-01-29 21:07:04 -0500 |
commit | 339f55acc6a7a3ff59b9bb3a333208502f126980 (patch) | |
tree | 8b6569c3f37cc02fe3e2e4edd2b15067077a7100 | |
parent | c2d54b735ad646881cb2483184d969d6055ea1b5 (diff) | |
download | configs-339f55acc6a7a3ff59b9bb3a333208502f126980.tar.gz configs-339f55acc6a7a3ff59b9bb3a333208502f126980.tar.xz configs-339f55acc6a7a3ff59b9bb3a333208502f126980.zip |
[rc/systemd] keep boot messages on tty1
-rw-r--r-- | rc.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2789,6 +2789,14 @@ input "1:1:AT_Translated_Set_2_keyboard" { image=/home/amin/usr/pics/wp/wp2445784-blurred-wallpapers.jpg scaling=fill #+end_src +** systemd + +Keep boot messages on tty1 (see [[https://wiki.archlinux.org/index.php/getty#Have_boot_messages_stay_on_tty1][here]]) + +#+begin_src conf :tangle /etc/systemd/system/getty@tty1.service.d/noclear.conf +[Service] +TTYVTDisallocate=no +#+end_src ** TLP |