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