X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=TODO;h=82c8d22226d76383dd6e410bf95b7b6983448fcc;hp=f31ded91159e4fbf2088a630bd75c2bcf77bbf6d;hb=579dda2838a24e1b71d11b9041264a8c3ecbbc82;hpb=14ab5c54658e2d1ff9f10b4a634efa703f2dd168 diff --git a/TODO b/TODO index f31ded9..82c8d22 100644 --- a/TODO +++ b/TODO @@ -1,9 +1,12 @@ TODOs ----- +* support new vesamenu isolinux/syslinux bootsplash + -> should simplify multiboot setup +* 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) @@ -25,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? :)