]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pkgbase: Move device.hints from the runtime to the bootloader package
authormanu <manu@FreeBSD.org>
Tue, 24 Mar 2020 01:07:01 +0000 (01:07 +0000)
committermanu <manu@FreeBSD.org>
Tue, 24 Mar 2020 01:07:01 +0000 (01:07 +0000)
commiteecc8aad28608ebc97a05dbf6bd6d857b92e1ce0
tree8937baf22c073e47719ce4a0d06a215be2aec952
parent3dc80471bd302e41332f8a4d1ac025ca7e69960a
pkgbase: Move device.hints from the runtime to the bootloader package

Also mark it as config file so if a user changes this file pkg will attempt
to merge the new file upon an update.
device.hints is neither related to runtime or loader but it make more sense
to have it in loader in case some user delete /boot/ and wants to recreate it,
now only two packages are required FreeBSD-bootloader and the kernel package.
While here change where we override the package for files installed in /boot,
this allow us to keep other tags (such as config).

Reported by: pizzamig
Reviewed by: bapt pizzamig emaste
Differential Revision: https://reviews.freebsd.org/D24159
etc/Makefile
release/scripts/mtree-to-plist.awk