Page MenuHomeFreeBSD

D52826.id163237.diff
No OneTemporary

D52826.id163237.diff

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

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)

Event Timeline