[conf] rm edition_type from profile.conf

This commit is contained in:
udeved 2015-12-01 21:54:37 +01:00
parent aa9b06d6ac
commit 65045218b0
2 changed files with 0 additions and 6 deletions

View file

@ -5,10 +5,6 @@
# possible values: openrc,systemd
# initsys="systemd"
# edition type
# accepted value: official, community, sonar, netrunner
# edition_type="official"
# use multilib packages; x86_64 only
# multilib="true"

View file

@ -314,8 +314,6 @@ load_profile_config(){
start_openrc_live=('livecd' 'mhwd-live' 'pacman-init')
fi
[[ -z ${edition_type} ]] && edition_type="official"
return 0
}