summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2eccd99..c49355d 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,11 @@
* use debconf for the pre-apt prompting, so it will work better when run from
frontend like synaptic
+* keep an origin branch with the files debian ships
+
+ Not sure quite how to do this yet, it seems it would need to clone
+ the repo, switch to origin, and commit, then push back to /etc,
+ and either merge origin or commit a second time.
+ And do this after apt runs only, of course.
+
+ Of coure, unless etckeeper is installed by debootstrap or thereabouts,
+ you won't have a true pristine origin branch.