I am running Ubuntu 17.10 and I would like to build a completely de-branded ISO of it. This means not just dropping the Ubuntu name from /etc/lsb_release
but also deleting references in the text of the installation program, in the "about this computer" screen and so on.
I've already checked other questions but I do not consider them duplicate because:
- How to de-brand Ubuntu? is very old and it just turned into a bunch of "try this tool" suggestions
- How can I replace Ubuntu branding with my own? is also old and suggests a tool called
relinux
that hasn't seen updates in years - How to customize the Ubuntu Live CD? does mention APT packages (and I know how this works) but not trademarks
Therefore my questions are:
- Starting from a stock Ubuntu 17.10 (or an official derivative), how can I remove references to the Ubuntu trademark and logo?
- What exact packages do I need to uninstall?
- Are there images I need to replace? Are there files I need to edit other than
/etc/lsb_release
?
Please note that I am not interested in removing other names such as Firefox. I am only interested in the name of the distro.
GNU C++ Compiler
akag++/gcc
even is 'branded' as "GNU"). And at that point it's not 'debranding' but 'building from scratch', and I don't think you can do that very easily. – Thomas Ward Mar 19 '18 at 13:33apt-cache policy libssl1.0.0
on a 16.04 system, you'll see the 'version' string is 1.0.2g-1ubuntu4.10. So unless you rebuild all the packages with 'ubuntu' in the version string as well, you can't easily debrand everything. Removing every trace of 'ubuntu' in the system is nontrivial, and will require a ton of work. Unless you mean only in the GUI / default installed files? – Thomas Ward Mar 19 '18 at 14:02