X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=TODO;h=a039a019dbacf0b12234084e633a675d3a2aef4f;hp=a4fca6884ac2cc48f5018685d9af963be02de0b8;hb=80af3a373622ee1bee61c79e52c563aaf0746f35;hpb=21a75b1e59095b90ef68a7e1f60845447a0c23c5 diff --git a/TODO b/TODO index a4fca68..a039a01 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,10 @@ TODOs * support installation of new ISO[s] additionally to already existing grml ISOs on the usb device -> add "old"/already existing images automatically to bootloader configuration [thx gebi] +* support installation of "dupes", meaning grml2usb grml_2008.11.iso grml_2009.05.iso * write bootloader configuration snippets to boot/releases//{grub.cfg,syslinux.cfg,...} -> this could simplify live dramatically especially when supporting "already existing" images [thx gebi] +* support integration of Debian ISOs (like netboot) * provide simple output being between default and --quiet [thx gebi], like: # grml2usb iso1 iso2 /dev/sda1 installing: @@ -25,6 +27,9 @@ TODOs * code improvements: - improve error handling wherever possible :) => especially disk full, any other known test cases? - use 'with open("...", "w") as f: ... f.write("...")' + - use class design (like used in https://fedorahosted.org/liveusb-creator/browser/liveusb) +* check out what's *really* necessary if someone wants to use only the grml2usb python script +* provide a Windows version (for example via PyQt4) * provide unit-testing (any ideas for useful/test-able scenarious?) * provide progress bar when copying files * provide graphical version; any volunteers? :)