aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-11 20:45:57 -0500
committerDave Reisner <d@falconindy.com>2010-01-11 20:45:57 -0500
commitbdaa697573fa9e9978e66c4ad3ccf323c7b66771 (patch)
tree3ecee21d73112e41b2430bd7bf3520889e6b02ca
parent985d175e4af601d99a6481f64d788543c10a8fb3 (diff)
downloadsquashfu-bdaa697573fa9e9978e66c4ad3ccf323c7b66771.tar.gz
Rewrite for new structure
-rw-r--r--TODO23
1 files changed, 8 insertions, 15 deletions
diff --git a/TODO b/TODO
index 30a4c04..ebbf7ec 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,10 @@
-- Add sanity check for space remaining on disc.
- - Use flat % to determine when not to backup?
- - Only check space when resquashing?
+TODO List
+---------------------------------------
+In no particular order....
-- Implement options
- -c <config file> specify path to different config
+- Create dispatchers for actions
+- Create options parser (and determine options)
+- Implement rollback functions
+- Add debug statements
-- Add logging -- need to figure out how to handle color output
-
-- Filter output from commands
- -mostly done, mksquashfs is still noisy
-
-- Reorganize resquash code. Reused bits need to all end up out of the backup func so
- that its possible in the future for a user to resquash without having to do a backup
- first.
-
-- Figure out a better way to detect mounts with mountpoint. Using grep is not acceptable
+probably more...