X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=3fbf2c77612ba337057ef6e50046881dec4baecc;hp=ac913c0d2b933c2ce0a4432048407c35ed2afee6;hb=b2a896e2d4844b4374533530f747dca6ec70ddfc;hpb=cc12ab635f2b0586aa212899a123c851eb05d076 diff --git a/grml2usb b/grml2usb index ac913c0..3fbf2c7 100755 --- a/grml2usb +++ b/grml2usb @@ -22,7 +22,7 @@ import uuid import struct # global variables -PROG_VERSION = "0.9.30" +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 @@ -1279,9 +1279,11 @@ def copy_addons(iso_mount, target): # memtest86+ image handle_addon_copy('memtest', addons, iso_mount) - # gpxe.lkrn + # gpxe.lkrn: got replaced by ipxe handle_addon_copy('gpxe.lkrn', addons, iso_mount) + # ipxe.lkrn + handle_addon_copy('ipxe.lkrn', addons, iso_mount) def glob_and_copy(filepattern, dst): """Glob on specified filepattern and copy the result to dst