Don't install debug symbols onto embedded images...

This commit is contained in:
Warner Losh 2016-03-07 18:32:12 +00:00
parent 737d4f6c93
commit 5e67bb7b19

View File

@ -167,6 +167,8 @@ WITHOUT_SHAREDOCS=true
WITHOUT_SYSCONS=true
WITHOUT_LIB32=true
WITHOUT_TESTS=true
WITHOUT_DEBUG_FILES=t
WITHOUT_KERNEL_SYMBOLS=t
"
CONF_INSTALL="$CONF_BUILD
INSTALL_NODEBUG=t
@ -320,6 +322,7 @@ create_diskimage_mbr ( ) (
-o ${out}
;;
esac
rm -f ${out}.xz
xz -9 --keep ${out}
) > ${NANO_LOG}/_.di 2>&1
)