summaryrefslogtreecommitdiff
path: root/faq
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2025-11-30 19:03:04 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-11-30 19:03:17 +0100
commit6def9e279d6bf60518008eb9e159f1ab015b8fb0 (patch)
tree2101c174b9ca7e3aec88ceaea6af21b48fa889b6 /faq
parent168078299e71a87dd6df56e28fcf33caa0349357 (diff)
recommend to drop the nodesHEADmaster
If they are symlinks, setfattr refuses to set the xattr.
Diffstat (limited to 'faq')
-rw-r--r--faq/dev-init.mdwn4
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