calamares/src/modules/mount
Teo Mrnjavac 8f10c21e5b Big configuration overhaul.
Module descriptors are now module.desc, no configuration allowed inside.
Module config files are <modulename>.conf, installed in
share/calamares/modules.
settings.conf is read from /etc/calamares, then share/calamares, and if
running with --debug also in the current dir.
Module config files are read from /etc/calamares/modules, then
share/calamares/modules, and if running with --debug also in
src/modules/<modulename> relative to the current dir.
2014-08-06 11:54:45 +02:00
..
main.py Use libcalamares.utils.mount 2014-07-30 15:37:34 +02:00
module.desc Big configuration overhaul. 2014-08-06 11:54:45 +02:00
mount.conf Big configuration overhaul. 2014-08-06 11:54:45 +02:00
test.yaml We can now test mount with testmodule.py: remove the test main() 2014-07-24 10:17:46 +02:00