summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/todo/Ignore_lost+found_directory.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/Ignore_lost+found_directory.mdwn b/doc/todo/Ignore_lost+found_directory.mdwn
new file mode 100644
index 00000000..9b1469b3
--- /dev/null
+++ b/doc/todo/Ignore_lost+found_directory.mdwn
@@ -0,0 +1,10 @@
+Hello,
+
+I had a problem where propellor refused to create a chroot because the target
+directory was not empty. Actually, the directory contained `lost+found`.
+
+I made a patch to ignore this directory, do you see any bad side effect?
+
+You can pull the `ignore-lost-n-found` branch at `http://git.ni.fr.eu.org/nicolas/propellor.git`.
+
+Nicolas.