From 65045218b04046ee84ace3160015c582ee0433fc Mon Sep 17 00:00:00 2001 From: udeved Date: Tue, 1 Dec 2015 21:54:37 +0100 Subject: [PATCH] [conf] rm edition_type from profile.conf --- conf/profile.conf.example | 4 ---- lib/util.sh | 2 -- 2 files changed, 6 deletions(-) diff --git a/conf/profile.conf.example b/conf/profile.conf.example index a477d0a..02ec2f6 100644 --- a/conf/profile.conf.example +++ b/conf/profile.conf.example @@ -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" diff --git a/lib/util.sh b/lib/util.sh index 7a6ff0b..5486297 100644 --- a/lib/util.sh +++ b/lib/util.sh @@ -314,8 +314,6 @@ load_profile_config(){ start_openrc_live=('livecd' 'mhwd-live' 'pacman-init') fi - [[ -z ${edition_type} ]] && edition_type="official" - return 0 }