calamares/src/modules
2014-07-08 18:28:28 +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 Add prettyStatus to Locale module. 2014-07-08 18:28:28 +02:00
partition Implement PartitionViewStep::jobs() 2014-07-08 15:46:48 +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 Added CMake magic for plugin infrastructure. 2014-06-11 13:39:20 +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.