summaryrefslogtreecommitdiff
path: root/faq/dev-console.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-11-03 11:43:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-11-03 11:43:02 +0100
commit828540153b4017da2e507d04677c7e3764ca3c64 (patch)
treeec8fb6fbed661057abf31c786927ede1d49e85a2 /faq/dev-console.mdwn
parent6efcb10ba0879d32b341eb8c6c8f3a9022e57380 (diff)
Create /dev/console if it doesn't existHEADmaster
Diffstat (limited to 'faq/dev-console.mdwn')
-rw-r--r--faq/dev-console.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/faq/dev-console.mdwn b/faq/dev-console.mdwn
index 8f1616d4..6f8364a2 100644
--- a/faq/dev-console.mdwn
+++ b/faq/dev-console.mdwn
@@ -16,10 +16,11 @@ License|/fdl]]."]]"""]]
Somehow your `/dev/console` got hurt. You can mount by hand (e.g. on `/target`)
your root filesystem from a Hurd installation CD and run
- settrans /target/dev/console /hurd/term /dev/console device console
+ settrans -c /target/dev/console /hurd/term /dev/console device console
to restore it.
You can also set it from a Linux system with:
+ touch /target/dev/console
setfattr -n gnu.translator -v "/hurd/term\0/dev/console\0device\0console\0" /target/dev/console