Active
Project:
Profiler Example
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2010 at 02:56 UTC
Updated:
6 Jul 2010 at 21:45 UTC
We should update the modules list and separate out required vs non-required core modules.
; -----------------------------------------------------------------------------
; Modules
; -----------------------------------------------------------------------------
; Break out your modules into separate arrays, 'code' and 'contrib' as follows.
; You can create your own arrays as well, such as 'custom'. Any other arrays
; will get installed at the same time as all contrib modules do.
; -----------------------------------------------------------------------------
;Required-Core
moduels[core][] = block
modules[core][] = filter
modules[core][] = node
modules[core][] = system
modules[core][] = user
;Optional-Core
modules[core][] = comment
modules[core][] = dblog
modules[core][] = help
modules[core][] = menu
modules[core][] = update
Comments
Comment #1
q0rban commentedI may be wrong, but I don't think you need to declare the required modules at all. At least, IIRC that's how the profiler_example profile works.
Comment #2
q0rban commentedComment #3
frankcarey commentedThis is what you have in there now, a mix of required and not required...