services: etc: Add '/etc/ttys' symlink for the Hurd.
Reported by Vitaliy Shatrov <D0dyBo0D0dyBo0@protonmail.com> via IRC. * gnu/system.scm (operating-system-etc-service): For the Hurd, add '/etc/ttys' symlink. This fixes terminal behavior in the console by setting TERM=hurd.
This commit is contained in:
parent
9392652e91
commit
5681ce5074
@ -847,7 +847,8 @@ fi\n")))
|
||||
,@(if sudoers `(("sudoers" ,sudoers)) '())
|
||||
,@(if hurd
|
||||
`(("login" ,(file-append hurd "/etc/login"))
|
||||
("motd" ,(file-append hurd "/etc/motd")))
|
||||
("motd" ,(file-append hurd "/etc/motd"))
|
||||
("ttys" ,(file-append hurd "/etc/ttys")))
|
||||
'())))))
|
||||
|
||||
(define %root-account
|
||||
|
Loading…
Reference in New Issue
Block a user