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 e1041cb commit 76ead05Copy full SHA for 76ead05
1 file changed
os/mkosi/build.sh
@@ -31,7 +31,7 @@ build_one() {
31
# Yocto splits module DWARF into debug packages which are not shipped in
32
# the production image. Keep BTF and loadable ELF metadata, but do not put
33
# hundreds of MiB of host-side DWARF into the immutable guest root.
34
- find "$kstage/usr/lib/modules" -type f -name '*.ko' -exec objcopy --strip-debug {} +
+ find "$kstage/usr/lib/modules" -type f -name '*.ko' -exec objcopy --strip-debug {} \;
35
fi
36
# ExtraTrees is copied over Debian's usr-merged root where /bin, /sbin and
37
# /lib are symlinks. Normalize build systems (notably OpenZFS) that install
0 commit comments