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