X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=624aa42d5341980271bffefc2e6a1ee5920ee9bb;hp=b0ee2b15307f20dec6166fdf37b5553351b333a6;hb=2ce757273c4a478b2699f8744a90604d6fea238e;hpb=a78b6bdec5d9f74d54c5ddd0787f8cdca8a6fa49 diff --git a/grml2usb b/grml2usb index b0ee2b1..624aa42 100755 --- a/grml2usb +++ b/grml2usb @@ -1027,6 +1027,9 @@ def copy_addons(iso_mount, target): # ipxe.lkrn handle_addon_copy('ipxe.lkrn', addons, iso_mount) + # netboot.xyz + handle_addon_copy('netboot.xyz.lkrn', addons, iso_mount) + def build_loopbackcfg(target): """Generate GRUB's loopback.cfg based on existing config files.