We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d085e commit bfdfc8dCopy full SHA for bfdfc8d
1 file changed
os/mkosi/build.sh
@@ -29,7 +29,9 @@ build_one() {
29
"$work" "$stage" "$kstage" "$flavor"
30
# NVIDIA and ZFS are assembled from independent cacheable stage trees.
31
# Regenerate indexes only after every module tree has been merged.
32
+ ln -sfn usr/lib "$kstage/lib"
33
depmod -b "$kstage" "$KERNEL_VERSION-dstack"
34
+ rm -f "$kstage/lib"
35
if [[ $flavor == prod ]]; then
36
# Yocto splits module DWARF into debug packages which are not shipped in
37
# the production image. Keep BTF and loadable ELF metadata, but do not put
0 commit comments