Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146275786
D24159.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D24159.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24159: pkgbase: Move device.hints from the runtime to the bootloader package
Attached
Detach File
Event Timeline
Log In to Comment