From 685b2164fb7481f7e5c3fd21096cc143698c118e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 14 Nov 2016 18:12:26 +0000 Subject: [PATCH] add exception for lulzbot-marlin-firmware The lulzbot-marlin-firmware pulls in cura-lulzbot and a bunch of other deps that aren't needed for install so add it to the exceptions. Signed-off-by: Peter Robinson --- share/templates.d/99-generic/runtime-install.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/templates.d/99-generic/runtime-install.tmpl b/share/templates.d/99-generic/runtime-install.tmpl index e157c980..d8ae5bee 100644 --- a/share/templates.d/99-generic/runtime-install.tmpl +++ b/share/templates.d/99-generic/runtime-install.tmpl @@ -24,8 +24,8 @@ installpkg grubby ## even a kernel firmware package. installpkg --optional *-firmware --except alsa* --except midisport-firmware \ --except crystalhd-firmware --except ivtv-firmware \ - --except cx18-firmware --except iscan-firmware \ - --except uhd-firmware + --except cx18-firmware --except iscan-firmware \ + --except uhd-firmware --except lulzbot-marlin-firmware installpkg b43-openfwwf %endif