calamares/src/modules
Aurélien Gâteau 48c078acc5 Start implementing editing of newly-created partitions
This is the beginning of #19
2014-07-15 17:37:04 +02:00
..
dummyprocess Add dummy process job module. 2014-07-14 16:25:13 +02:00
greeting Prepare for late enqueuing of jobs to the JobQueue. 2014-07-08 14:03:06 +02:00
keyboard Add prettyStatus to Keyboard module. 2014-07-08 18:28:28 +02:00
locale Make the locale viewmodule load the initial timezone from config. 2014-07-15 11:35:05 +02:00
partition Start implementing editing of newly-created partitions 2014-07-15 17:37:04 +02:00
summary Add status info to Summary page. Still needs work to make it nice. 2014-07-08 18:28:27 +02:00
CMakeLists.txt Add CalamaresAddModuleSubdirectory, a CMake function for modules that 2014-07-14 16:26:10 +02:00
README.md Added CMake magic for plugin infrastructure. 2014-06-11 13:39:20 +02:00

Calamares modules directory

Calamares modules are plugins that implement the Calamares module API and can provide features like installer pages, batch jobs, etc. To add a module, put it in a subdirectory and make sure it has a CMakeLists.txt, it should be picked up automatically by our CMake magic.