X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=TODO;h=9cd06064ebcbc93e35f9e99d42b17adcf4ae49d3;hp=eccc1292e86d6df392438f431dbc46076043ea70;hb=f933ff83c2d0d5c0b086264b157f16ea9c69e69a;hpb=8e1e332e6e2057852da6b3565d2af1f35d1f84c9 diff --git a/TODO b/TODO index eccc129..9cd0606 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,16 @@ TODOs ----- -* implement missing options (--grub, --kernel, --initrd, --squashfs, --uninstall) -* validate partition schema/layout: is the partition schema ok and the bootable flag set? (--validate?) -* provide --create-partition option? -* provide --verify to check md5sums of files on usb device -* implement logic for storing information about copied files (register every file in a set()?) -* the last line in bootsplash (boot.msg) should mention all installed grml flavours - (attention, the line should become too long :)) +* 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 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("...")'