Index: head/release/packages/Makefile.package =================================================================== --- head/release/packages/Makefile.package +++ head/release/packages/Makefile.package @@ -20,6 +20,8 @@ binutils_DESC= Binutils bluetooth_COMMENT= Bluetooth Utilities bluetooth_DESC= Bluetooth Utilities +bootloader_COMMENT= Bootloader +bootloader_DESC= Bootloader and configuration files bsdinstall_COMMENT= BSDInstall Utilities bsdinstall_DESC= BSDInstall Utilities bsnmp_COMMENT= BSNMP Utilities Index: head/release/scripts/mtree-to-plist.awk =================================================================== --- head/release/scripts/mtree-to-plist.awk +++ head/release/scripts/mtree-to-plist.awk @@ -28,6 +28,9 @@ tags=tags""_kernconf } } + if ($1 ~ /^\/boot\//) { + tags="package=bootloader" + } if (length(tags) == 0) next if (tags ~ /package=/) {