Add extra-license-file...lilo/COPYING to debian/overrides
[grml2usb.git] / TODO
1 TODOs
2 -----
3
4 * implement missing options (--kernel, --initrd, --squashfs, --uninstall)
5 * provide --create-partition[s] option
6 * provide --verify to check md5sums/sha1sums of files on usb device
7 * validate partition schema/layout: is the partition schema ok and the bootable flag set? (--validate)
8 * implement logic for storing information about copied files (register every file in a set())
9 * the last line in bootsplash (boot.msg) of syslinux should mention all installed grml flavours
10   (attention, the line should become too long :))
11 * code improvements:
12   - improve error handling wherever possible :) => especially disk full, any other known test cases?
13   - use 'with open("...", "w") as f: ... f.write("...")'
14 * provide unit-testing (any ideas for useful/test-able scenarious?)
15 * provide progress bar when copying files
16 * provide graphical version; any volunteers? :)