diff --git a/profiles/Makefile.in b/profiles/Makefile.in index a266142..70c41d4 100644 --- a/profiles/Makefile.in +++ b/profiles/Makefile.in @@ -40,6 +40,7 @@ CHROOT_PACKAGES := apt-utils rsync \ branding-@BRANDING@-notes \ branding-@BRANDING@-bootloader \ ImageMagick-tools \ + udev-rule-generator-net \ pkg/lists/docs CLEANUP_OUTDIR= diff --git a/profiles/install2/Makefile.in b/profiles/install2/Makefile.in index 2dcd0d3..6387e26 100644 --- a/profiles/install2/Makefile.in +++ b/profiles/install2/Makefile.in @@ -25,6 +25,7 @@ IMAGE_PACKAGES = branding-@BRANDING@-release \ branding-@BRANDING@-alterator \ branding-@BRANDING@-bootsplash \ branding-@BRANDING@-slideshow \ + udev-rule-generator-net \ $(GLOBAL_INSTALL2_PACKAGES) \ $(call list,$(GLOBAL_INSTALL2_PACKAGE_LISTS)) \ $(call list,install2) \