Implement --grub option (grub2 only so far)
[grml2usb.git] / TODO
1 TODOs
2 -----
3
4 * implement missing options (--grub, --kernel, --initrd, --squashfs, --uninstall)
5 * validate partition schema/layout: is the partition schema ok and the bootable flag set? (--validate?)
6 * provide --create-partition option?
7 * provide --verify to check md5sums of files on usb device
8 * implement logic for storing information about copied files (register every file in a set()?)
9 * the last line in bootsplash (boot.msg) 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? :)