diff options
| author | Nicolas.Schodet <Nicolas.Schodet@web> | 2017-10-12 20:01:44 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-10-12 20:01:44 +0000 |
| commit | c725f5c93b5372f32521039fe60f0780e01cb804 (patch) | |
| tree | d711bdecb3c89472bef9a639288a8fe1e61ebfe6 | |
| parent | 2d9e17dbcb7494cfcdffee53ccd85fb958d652b5 (diff) | |
Pull request to ignore lost+found
| -rw-r--r-- | doc/todo/Ignore_lost+found_directory.mdwn | 10 |
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. |
