X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=TODO;fp=TODO;h=aa3a2a80d6201065ac6fab33e0fe05a29103824c;hb=da058575c9f0a7327492bc357b6499ae3b4c4a7f;hp=0000000000000000000000000000000000000000;hpb=aaface0bc995335a4f44ad3e603333bfa1c83dcb;p=grml2usb.git diff --git a/TODO b/TODO new file mode 100644 index 0000000..aa3a2a8 --- /dev/null +++ b/TODO @@ -0,0 +1,15 @@ +TODOs +----- + +* implement missing options (--grub, --kernel, --initrd, --squashfs, --uninstall) +* validate partition schema/layout: is the partition schema ok and the bootable flag set? (--validate?) +* provide --create-partition option? +* implement logic for storing information about copied files (register every file in a set()?) +* the last line in bootsplash (boot.msg) should mention all installed grml flavours + (attention, the line should become too long :)) +* code improvements: + - improve error handling wherever possible :) => especially disk full, any other known test cases? + - use 'with open("...", "w") as f: ... f.write("...")' +* provide unit-testing (any ideas for useful/test-able scenarious?) +* provide progress bar when copying files +* provide graphical version; any volunteers? :)