diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-03 11:43:02 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-03 11:43:02 +0100 |
| commit | 828540153b4017da2e507d04677c7e3764ca3c64 (patch) | |
| tree | ec8fb6fbed661057abf31c786927ede1d49e85a2 /faq/dev-console.mdwn | |
| parent | 6efcb10ba0879d32b341eb8c6c8f3a9022e57380 (diff) | |
Diffstat (limited to 'faq/dev-console.mdwn')
| -rw-r--r-- | faq/dev-console.mdwn | 3 |
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 |
