Add config option and fix bugs with codename output

This commit is contained in:
Dylan
2016-03-13 23:08:08 +11:00
parent c400e44c2f
commit 64d90f8a4a
2 changed files with 29 additions and 15 deletions

View File

@@ -62,6 +62,10 @@ kernel_shorthand="on"
# --osx_buildversion on/off
osx_buildversion="on"
# Mac OS X hide/show codename
# --osx_codename on/off
osx_codename="on"
# Show 'x86_64' and 'x86' in 'Distro:' output.
# --os_arch on/off
os_arch="on"