FELIX-1602: Allow specifying boot features for admin:create-d instances

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@815332 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml b/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
index 4e601df..f007b65 100644
--- a/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
+++ b/karaf/features/core/src/main/resources/OSGI-INF/blueprint/gshell-features.xml
@@ -27,7 +27,7 @@
             <ext:property name="featuresRepositories" value=""/>
             <ext:property name="featuresBoot" value=""/>
         </ext:default-properties>
-        <ext:location>file:$(karaf.home)/etc/org.apache.felix.karaf.features.cfg</ext:location>
+        <ext:location>file:$(karaf.base)/etc/org.apache.felix.karaf.features.cfg</ext:location>
     </ext:property-placeholder>
 
     <bean id="featuresService" class="org.apache.felix.karaf.features.internal.FeaturesServiceImpl" init-method="start" destroy-method="stop">