system: hurd: Add ttys symlink in "/etc/ttys".
* gnu/packages/hurd.scm (hurd): Substitute /libexec/. * gnu/system/hurd.scm (cross-hurd-image): Add symlink /etc/ttys => <hurd>/etc/ttys.
This commit is contained in:
parent
379d0f5184
commit
cd4faab563
1 changed files with 6 additions and 1 deletions
|
@ -103,7 +103,12 @@ menuentry \"GNU\" {
|
||||||
"i586-pc-gnu"))
|
"i586-pc-gnu"))
|
||||||
hurd)
|
hurd)
|
||||||
"/hurd"))
|
"/hurd"))
|
||||||
("/etc/fstab" -> ,fstab)))
|
("/etc/fstab" -> ,fstab)
|
||||||
|
;; XXX can we instead, harmlessly set _PATH_TTYS (from glibc) in runttys.c?
|
||||||
|
("/etc/ttys" -> ,(file-append (with-parameters ((%current-target-system
|
||||||
|
"i586-pc-gnu"))
|
||||||
|
hurd)
|
||||||
|
"/etc/ttys"))))
|
||||||
|
|
||||||
(qemu-image #:file-system-type "ext2"
|
(qemu-image #:file-system-type "ext2"
|
||||||
#:file-system-options '("-o" "hurd")
|
#:file-system-options '("-o" "hurd")
|
||||||
|
|
Reference in a new issue