From: Ulrich Dangel Date: Tue, 27 Oct 2009 20:26:27 +0000 (+0100) Subject: Copy gpxe.lkrn addon to the target. X-Git-Tag: v0.9.16~2 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=8cf11c36489db9467a234816a1aeb6d2e9cc6342;hp=6905712499f60660104c1bb6564eae336634b2d1 Copy gpxe.lkrn addon to the target. --- diff --git a/grml2usb b/grml2usb index 70231c0..06a8f8a 100755 --- a/grml2usb +++ b/grml2usb @@ -1117,6 +1117,12 @@ def copy_addons(iso_mount, target): else: exec_rsync(memtestimg, addons + 'memtest') + # gpxe.lkrn + gpxeimg = search_file('gpxe.lkrn', iso_mount) + if gpxeimg is None: + logging.warn("Warning: gpxe.lkrn not found (that's fine if you don't need it)") + else: + exec_rsync(gpxeimg, addons + 'gpxe.lkrn') def copy_bootloader_files(iso_mount, target): """copy grml's bootloader files to a given target