From 828540153b4017da2e507d04677c7e3764ca3c64 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 3 Nov 2025 11:43:02 +0100 Subject: Create /dev/console if it doesn't exist --- faq/dev-console.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'faq') 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 -- cgit v1.2.3