We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(was Put our name in /etc/lsb-release)
/etc/lsb-release is the major source for distribution information. Right now it looks like this: DISTRIB_ID="elementary OS" DISTRIB_RELEASE=0.2 DISTRIB_DESCRIPTION="elementary OS Luna" DISTRIB_CODENAME=precise Seems obvious what we need to do here.
/etc/lsb-release is the major source for distribution information. Right now it looks like this:
DISTRIB_ID="elementary OS" DISTRIB_RELEASE=0.2 DISTRIB_DESCRIPTION="elementary OS Luna" DISTRIB_CODENAME=precise
Seems obvious what we need to do here.
More investigation is needed. /etc/lsb-release belongs to the base-files package which holds more distribution-related information. And here is a (probably outdated) listing of distribution-specific files: http://askubuntu.com/questions/83521/where-do-i-need-to-change-ubuntu-when-naming-my-own-custom-distribution
/etc/lsb-release
base-files
The text was updated successfully, but these errors were encountered:
Just a side note, @myguidingstar did some preliminary work for this at https://github.com/gokien/gokien-lsb. But the package elementary-lsb has been deprecated upstream and replaced by base-files.
elementary-lsb
Sorry, something went wrong.
Looks like we also need to patch ubuntu-branding which is a package holding customized Ubuntu logo in some mini-games. Low priority.
ubuntu-branding
base-fles is patched: https://github.com/gokien-patches/base-files
base-fles
lewtds
No branches or pull requests
(was Put our name in /etc/lsb-release)
More investigation is needed.
/etc/lsb-release
belongs to thebase-files
package which holds more distribution-related information. And here is a (probably outdated) listing of distribution-specific files: http://askubuntu.com/questions/83521/where-do-i-need-to-change-ubuntu-when-naming-my-own-custom-distributionThe text was updated successfully, but these errors were encountered: