X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=b669ad2d7de410d3609e61661ab78d15d7be2613;hp=695398464ccc91f910507ff660ba32cbd00b2b73;hb=da058575c9f0a7327492bc357b6499ae3b4c4a7f;hpb=aaface0bc995335a4f44ad3e603333bfa1c83dcb diff --git a/grml2usb b/grml2usb index 6953984..b669ad2 100755 --- a/grml2usb +++ b/grml2usb @@ -10,22 +10,6 @@ This script installs a grml system (either a running system or ISO[s]) to a USB :license: GPL v2 or any later version :bugreports: http://grml.org/bugs/ -TODO ----- - -* 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 -* code improvements: - - improve error handling wherever possible :) - - use 'with open("...", "w") as f: ... f.write("...")' - - simplify functions/code as much as possible, especially: - Too many local variables - Too many branches - Too many statements -* graphical version? any volunteers? :) """ from __future__ import with_statement