Remove the insistance on having a device.hints. This was a seat belt
for those upgrading from 4.x -> 5.x. It is therefore no longer necessary because it is installed on 5.x and 6.x and one has to upgrade from 6.x -> current, or at the very least 5.x (although not supported, it can be made to work).
This commit is contained in:
parent
7e7a050537
commit
f36c2bbe0c
@ -199,22 +199,6 @@ kernel-tags:
|
||||
@[ -f .depend ] || { echo "you must make depend first"; exit 1; }
|
||||
sh $S/conf/systags.sh
|
||||
|
||||
.if ${MACHINE_ARCH} != "ia64"
|
||||
.if exists(${DESTDIR}/boot)
|
||||
kernel-install-check:
|
||||
@if [ ! -f ${DESTDIR}/boot/device.hints ] ; then \
|
||||
echo "You must set up a ${DESTDIR}/boot/device.hints file first." ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
@if [ x"`grep device.hints ${DESTDIR}/boot/defaults/loader.conf ${DESTDIR}/boot/loader.conf`" = "x" ]; then \
|
||||
echo "You must activate /boot/device.hints in loader.conf." ; \
|
||||
exit 1 ; \
|
||||
fi
|
||||
|
||||
kernel-install: kernel-install-check
|
||||
.endif
|
||||
.endif
|
||||
|
||||
kernel-install:
|
||||
@if [ ! -f ${KERNEL_KO} ] ; then \
|
||||
echo "You must build a kernel first." ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user