How to remove personal information from builds?

I’d like to share some builds for testing shortly, but I’ve noticed that builds contain personal information in dmesg in the form of the name of the user / computer I did the build on. For me, this has a name I don’t want to share.

How can I remove (or replace with my username here) this and any other personal information from a build?

File ~/.coreelec/options

export BUILDER_NAME="myname"
# for kernel
export KBUILD_BUILD_USER="myname"
export KBUILD_BUILD_HOST="myhost"
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.