Page MenuHomeFreeBSD

D24159.diff
No OneTemporary

D24159.diff

Index: head/etc/Makefile
===================================================================
--- head/etc/Makefile
+++ head/etc/Makefile
@@ -93,7 +93,7 @@
.if ${MK_BOOT} != "no"
.if exists(${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints)
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
- -T "package=runtime" \
+ -T "package=bootloader,config" \
${SRCTOP}/sys/${MACHINE}/conf/GENERIC.hints \
${DESTDIR}/boot/device.hints
.endif
Index: head/release/scripts/mtree-to-plist.awk
===================================================================
--- head/release/scripts/mtree-to-plist.awk
+++ head/release/scripts/mtree-to-plist.awk
@@ -28,9 +28,6 @@
tags=tags""_kernconf
}
}
- if ($1 ~ /^\/boot\//) {
- tags="package=bootloader"
- }
if (length(tags) == 0)
next
if (tags ~ /package=/) {
@@ -39,6 +36,8 @@
for (i in a) {
if (a[i] ~ /^package=/) {
pkgname=a[i]
+ if ($1 ~ /^\/boot\//)
+ pkgname="bootloader"
gsub(/package=/, "", pkgname)
} else if (a[i] == "config") {
type="config"

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 2, 8:03 AM (6 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29149114
Default Alt Text
D24159.diff (1 KB)

Event Timeline