X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=TODO;h=9d3592111599d6881896abf8c5f7c256df86d8a7;hp=cfc641d7c3ce0add81d2bad7835f0523d187217c;hb=3fb00de77fae03538fc03c78ea31298a280aac37;hpb=efc6daea7a0a065d09cf67a4213573eaec4becd5 diff --git a/TODO b/TODO index cfc641d..9d35921 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,10 @@ TODOs ----- +* if 'grml2usb grml64.iso grml.iso' is invoked there are two identically named boot entries (both "grml") * 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.03.iso +* 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) @@ -13,8 +14,9 @@ TODOs iso1.... OK iso2.... FAIL (error) done. -* support installation of live running grml system (/live/image as grml-iso) -* provide default entry of all installed ISOs on the top of the bootscreen (in grub's config) +* provide default entry of all installed ISOs on the top of the bootscreen + - done for isolinux + - missing in grub * implement --kernel option to install specific linux26 file * implement --initrd option to install specific initrd file * implement --squashfs option to install specific squashfs file @@ -26,8 +28,9 @@ TODOs * the last line in bootsplash (boot.msg) of syslinux should mention all installed grml flavours (attention, the line should NOT become too long :)) * 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) +* 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? :)