Lines Matching +full:- +full:boot
51 .Bl -tag -width indent
77 .Dq Unique-ify
78 the current search path - if any of the directories is repeated one
89 .Bl -tag -width indent
90 .It Pa /boot/kernel , /boot/modules , /modules
94 .Ex -std
97 .Bd -literal -offset indent
98 $ kldconfig -r
99 /boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays
103 .Pa /boot
106 .Bd -literal -offset indent
107 $ kldconfig -d /boot
108 kldconfig: not in module search path: /boot
115 .Bd -literal -offset indent
116 $ kldconfig -d -f /boot
122 .Pa /boot
124 .Bd -literal -offset indent
125 $ kldconfig -i -m -vv /boot
126 /boot/kernel;/boot/modules -> /boot;/boot/kernel;/boot/modules
134 .Bd -literal -offset indent
135 $ kldconfig -i -vv /boot
136 /boot;/boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays -> /boot
142 .Bd -literal -offset indent
143 $ kldconfig -i -n -vv /boot
144 /boot;/boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays -> /boot
153 .Pa /boot/kernel
155 .Bd -literal -offset indent
156 $ kldconfig -f -U /boot/kernel /boot/kernel /boot/modules /boot/dtb /boot/dtb/overlays