Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156938210
D52826.id163237.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
587 B
Referenced Files
None
Subscribers
None
D52826.id163237.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/pkgbase.in b/usr.sbin/bsdinstall/scripts/pkgbase.in
--- a/usr.sbin/bsdinstall/scripts/pkgbase.in
+++ b/usr.sbin/bsdinstall/scripts/pkgbase.in
@@ -117,7 +117,7 @@
-- are only offered if no_kernel is set.
if component ~= "pkg" and
not component:match("^minimal") and
- not component:match("%-dbg$") and
+ not (component:match("%-dbg$") and component ~= "kernel-dbg") and
not (component == "kernels") and
not (not options.no_kernel and component:match("%-jail$")) then
table.insert(sorted_components, component)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 12:13 PM (1 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33247828
Default Alt Text
D52826.id163237.diff (587 B)
Attached To
Mode
D52826: bsdinstall/pkgbase: Restore the kernel-dbg component
Attached
Detach File
Event Timeline
Log In to Comment