X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb-compat;h=5daa69059bf8ab54cd70d283aea0cc9d47167ec4;hp=a490fb6704f02b43ec6e9f8afbaa1bbf05491c48;hb=7874f974499ad214ef6d0f8ae726317f78df453d;hpb=eb1a910784ceae1d11c08871cabd9d4c8a2a8cd0 diff --git a/grml2usb-compat b/grml2usb-compat index a490fb6..5daa690 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.31" MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg @@ -256,7 +256,7 @@ if loadfont /boot/grub/ascii.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe - if terminal_output.gfxterm ; then true ; else + if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm