From b2a896e2d4844b4374533530f747dca6ec70ddfc Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 20 Apr 2011 11:04:56 +0200 Subject: [PATCH] Support iPXE as new alternative for gPXE. --- grml2usb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/grml2usb b/grml2usb index ab6f981..3fbf2c7 100755 --- a/grml2usb +++ b/grml2usb @@ -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 -- 2.1.4