X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=TODO;h=e08a8e85ca16ec778756f9af9b92b3fa0e2709b8;hp=b6b870f4edbca79b8d380795fd6679cf222cce54;hb=20409d2dff82c18ff5b420f9771120e48ec086b0;hpb=a77a833735d806dada52650aaf0d885fe7abdbf0 diff --git a/TODO b/TODO index b6b870f..e08a8e8 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,28 @@ TODOs ----- -* implement missing options (--kernel, --initrd, --squashfs, --uninstall) -* provide --create-partition[s] option -* provide --verify to check md5sums/sha1sums of files on usb device -* validate partition schema/layout: is the partition schema ok and the bootable flag set? (--validate) -* implement logic for storing information about copied files (register every file in a set()) +* 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] +* write bootloader configuration snippets to boot/releases//{grub.cfg,syslinux.cfg,...} + -> this could simplify live dramatically especially when supporting "already existing" images [thx gebi] +* provide simple output being between default and --quiet [thx gebi], like: + # grml2usb iso1 iso2 /dev/sda1 + installing: + 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) +* implement --kernel option to install specific linux26 file +* implement --initrd option to install specific initrd file +* implement --squashfs option to install specific squashfs file +* implement --verify option to check md5sums/sha1sums of files on usb device +* implement --uninstall option to remove all grml2usb files in a clean manner + -> implement logic for storing information about copied files (register every file in a set()) +* implement --create-partition[s] option to generate a default partition setup +* implement --validate option to validate partition schema/layout: is the partition schema ok and the bootable flag set? * the last line in bootsplash (boot.msg) of syslinux should mention all installed grml flavours - (attention, the line should become too long :)) + (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("...")'