X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb-compat;h=494796803a94edd849af6fb4e4668964f27d3f5e;hp=f98a8124b91ff6d2eb3baee71bdb492b3c5b2d3d;hb=a3cf9517aca88f8c708ccdc9991842c5f77ee51a;hpb=35b606b1ff50b70888aa3917288a56a0096e61b4;ds=sidebyside diff --git a/grml2usb-compat b/grml2usb-compat index f98a812..4947968 100755 --- a/grml2usb-compat +++ b/grml2usb-compat @@ -6,7 +6,7 @@ grml2usb This script installs a grml system (either a running system or ISO[s]) to a USB device -:copyright: (c) 2009 by Michael Prokop +:copyright: (c) 2009, 2010, 2011 by Michael Prokop :license: GPL v2 or any later version :bugreports: http://grml.org/bugs/ @@ -18,7 +18,7 @@ from inspect import isroutine, isclass import datetime, logging, os, re, subprocess, sys, tempfile, time, os.path # global variables -PROG_VERSION = "0.9.20" +PROG_VERSION = "0.9.30" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg