summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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