calamares/src/modules
2014-07-16 15:55:49 +02:00
..
dummyprocess Alignment fix. 2014-07-16 15:53:43 +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 Fix build in PartitionCoreModule. 2014-07-16 15:55:49 +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.