X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=TODO;h=881275d892713e094acbbf685dffca49fd075146;hp=9cd06064ebcbc93e35f9e99d42b17adcf4ae49d3;hb=054ed77549abfa175074330c43dd2561b1828e7b;hpb=6c6f33917acb91227ad8b5354da5a4d275c4847c diff --git a/TODO b/TODO index 9cd0606..881275d 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,22 @@ 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.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: + iso1.... OK + iso2.... FAIL (error) + done. +* provide default entry of all installed ISOs on the top of the bootscreen (in grub's config) * implement --kernel option to install specific linux26 file * implement --initrd option to install specific initrd file * implement --squashfs option to install specific squashfs file @@ -14,6 +30,8 @@ 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) +* 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? :)