summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-07-06 10:53:35 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-07-06 10:53:35 -0700
commit048b0953b4f33e6fe4f748ddddb392b6667c4f3b (patch)
tree3e1dd28d82853a20e48f54284e03ebf408c24729
parentb3975ef46bbee1c713b963f3897fce9c5d3cbe94 (diff)
downloadvyos-cloud-init-048b0953b4f33e6fe4f748ddddb392b6667c4f3b.tar.gz
vyos-cloud-init-048b0953b4f33e6fe4f748ddddb392b6667c4f3b.zip
Add comment about keeping track of what people think about the 'read'
and 'write' root, and if it confuses them, remove it later and just recommend a more 'natural' way of doing it (ie 'chroot').
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 30a52cae..1725db00 100644
--- a/TODO
+++ b/TODO
@@ -29,4 +29,9 @@
for these modules (or have a combination of the above), this avoids having
to understand where your modules are coming from (which can be altered by
the current python inclusion path)
-
+- Depending on if people think the wrapper around 'os.path.join' provided
+ by the 'paths' object is useful (allowing us to modify based off a 'read'
+ and 'write' configuration based 'root') or is just to confusing, it might be
+ something to remove later, and just recommend using 'chroot' instead (or the X
+ different other options which are similar to 'chroot'), which is might be more
+ natural and less confusing...