Support iPXE as new alternative for gPXE.
authorMichael Prokop <mika@grml.org>
Wed, 20 Apr 2011 09:04:56 +0000 (11:04 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 20 Apr 2011 09:04:56 +0000 (11:04 +0200)
grml2usb

index ab6f981..3fbf2c7 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1279,9 +1279,11 @@ def copy_addons(iso_mount, target):
     # memtest86+ image
     handle_addon_copy('memtest', addons, iso_mount)
 
     # 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)
 
     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
 
 def glob_and_copy(filepattern, dst):
     """Glob on specified filepattern and copy the result to dst