pkgbase: Move the bootloader related files to a new FreeBSD-bootloader package

Bootloader file isn't needed for jails so don't include it in FreeBSD-runtime.

Reviewed by:	bapt, delphij, gjb
Differential Revision:	https://reviews.freebsd.org/D21496
This commit is contained in:
Emmanuel Vadot 2019-09-05 14:06:01 +00:00
parent a48a37bee2
commit 994c13ef19
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@ binutils_COMMENT= Binutils
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

View File

@ -28,6 +28,9 @@
tags=tags""_kernconf
}
}
if ($1 ~ /^\/boot\//) {
tags="package=bootloader"
}
if (length(tags) == 0)
next
if (tags ~ /package=/) {