Drop some leftover 'lang=us' references
[grml2usb.git] / TODO
1 TODOs
2 -----
3
4 * support installation of new ISO[s] additionally to already existing grml ISOs on the usb device
5   -> add "old"/already existing images automatically to bootloader configuration [thx gebi]
6 * write bootloader configuration snippets to boot/releases/<release>/{grub.cfg,syslinux.cfg,...}
7   -> this could simplify live dramatically especially when supporting "already existing" images [thx gebi]
8 * provide simple output being between default and --quiet [thx gebi], like:
9   # grml2usb iso1 iso2 /dev/sda1
10   installing:
11     iso1.... OK
12     iso2.... FAIL (error)
13   done.
14 * support installation of live running grml system (/live/image as grml-iso)
15 * provide default entry of all installed ISOs on the top of the bootscreen (in grub's config)
16 * implement --kernel option to install specific linux26 file
17 * implement --initrd option to install specific initrd file
18 * implement --squashfs option to install specific squashfs file
19 * implement --verify option to check md5sums/sha1sums of files on usb device
20 * implement --uninstall option to remove all grml2usb files in a clean manner
21   -> implement logic for storing information about copied files (register every file in a set())
22 * implement --create-partition[s] option to generate a default partition setup
23 * implement --validate option to validate partition schema/layout: is the partition schema ok and the bootable flag set?
24 * the last line in bootsplash (boot.msg) of syslinux should mention all installed grml flavours
25   (attention, the line should NOT become too long :))
26 * code improvements:
27   - improve error handling wherever possible :) => especially disk full, any other known test cases?
28   - use 'with open("...", "w") as f: ... f.write("...")'
29 * provide unit-testing (any ideas for useful/test-able scenarious?)
30 * provide progress bar when copying files
31 * provide graphical version; any volunteers? :)