aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-09 01:39:08 -0500
committerDave Reisner <d@falconindy.com>2010-01-09 01:39:08 -0500
commit9fccd454742eb118ee8053c468af9b9802f48c16 (patch)
tree13dd473ba0124a2571894eb6a12202cdd90fc386
parent63f83db75f7a2b24c707811b1e693f289c1664fc (diff)
downloadsquashfu-9fccd454742eb118ee8053c468af9b9802f48c16.tar.gz
Update progress
-rw-r--r--TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO b/TODO
index b8c5188..30a4c04 100644
--- a/TODO
+++ b/TODO
@@ -3,13 +3,15 @@
- Only check space when resquashing?
- Implement options
- --resquash manual resquash
- --rollback=<day> rollback to a day of the week
-c <config file> specify path to different config
-- Add logging
+- Add logging -- need to figure out how to handle color output
- Filter output from commands
-mostly done, mksquashfs is still noisy
-- Implement /tmp file for tracking custom mounts used with -R
+- 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