X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=TODO;h=b6b870f4edbca79b8d380795fd6679cf222cce54;hp=aa3a2a80d6201065ac6fab33e0fe05a29103824c;hb=f5fb8ed50cc27f1ada7365768a4a1dc37cb9b79e;hpb=da058575c9f0a7327492bc357b6499ae3b4c4a7f diff --git a/TODO b/TODO index aa3a2a8..b6b870f 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,12 @@ 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? -* 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 +* 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()) +* the last line in bootsplash (boot.msg) of syslinux should mention all installed grml flavours (attention, the line should become too long :)) * code improvements: - improve error handling wherever possible :) => especially disk full, any other known test cases?