New answers tagged distributions
1
You can get an example in Videola profile:
https://github.com/Videola/videola/blob/master/videola_starter.make - main make file which downloads only profile from github.
Then see main make file with all the modules: https://github.com/Videola/videola/blob/master/videola.make which shows you an example of what you want to do.
projects[admin][subdir] = ...
0
Yes, they will be marked as overriden.
The Features Override was designed for this use case, so try it and report back.
0
Try using drush core-requirements command. It returns the status report in table form, and the information you want should be about 3 or 4 rows down.
drush rq | grep Kickstart
4
Take a look at Packaging a distribution on Drupal.org
Here are the steps:
Assemble the pre-requisites
Create a Drush Make file
Convert to a Drupal.org-specific Drush Make file
Build and verify it works
Commit your code to Git
Release your code on Drupal.org
Maintain your distribution
Another great tutorial How to Write a Drupal 7 Installation Profile
...
0
This post really helped me get to grips with splitting down individual elements of profile config, such as setting up WYSIWYG options:
http://internetdevels.com/blog/drupal-7-install-profile
Top 50 recent answers are included
