diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-30 19:03:04 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-30 19:03:17 +0100 |
| commit | 6def9e279d6bf60518008eb9e159f1ab015b8fb0 (patch) | |
| tree | 2101c174b9ca7e3aec88ceaea6af21b48fa889b6 /faq | |
| parent | 168078299e71a87dd6df56e28fcf33caa0349357 (diff) | |
If they are symlinks, setfattr refuses to set the xattr.
Diffstat (limited to 'faq')
| -rw-r--r-- | faq/dev-init.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/faq/dev-init.mdwn b/faq/dev-init.mdwn index bd519c34..4264c39d 100644 --- a/faq/dev-init.mdwn +++ b/faq/dev-init.mdwn @@ -33,6 +33,10 @@ to restore it or at least the basic parts. You can also try to fix some entries from a Linux system (mounting it as ext4) with: + rm -f /target/dev/console + rm -f /target/dev/null + rm -f /target/servers/socket/1 + rm -f /target/dev/urandom touch /target/dev/console touch /target/dev/null touch /target/servers/socket/1 |
