calamares/src/modules/netinstall
Adriaan de Groot 7b4b268875 [netinstall] Hit the docs with a hammer
- Merge all the format documentation into netinstall.conf,
  where the example is given in full as an embedded
  *groups* entry.
- Get README.md to point to the example.
- Fix up headers in netinstall.yaml, pointing to the
  embedded example in netinstall.conf.
2020-04-16 14:34:55 +02:00
..
CMakeLists.txt [netinstall] Add a (stub) Config object 2020-03-24 12:05:48 +01:00
Config.cpp [libcalamares] Introduce generic delete-later class 2020-03-28 11:49:23 +01:00
Config.h [netinstall] Various refactoring 2020-03-27 16:12:48 +01:00
netinstall.conf [netinstall] Hit the docs with a hammer 2020-04-16 14:34:55 +02:00
netinstall.yaml [netinstall] Hit the docs with a hammer 2020-04-16 14:34:55 +02:00
NetInstallPage.cpp [netinstall] Resize name column 2020-04-05 00:26:53 +02:00
NetInstallPage.h [netinstall] Various refactoring 2020-03-27 16:12:48 +01:00
NetInstallViewStep.cpp [netinstall] Expand the table of common-strings 2020-04-06 17:35:27 +02:00
NetInstallViewStep.h [netinstall] Various refactoring 2020-03-27 16:12:48 +01:00
PackageModel.cpp [netinstall] Simplify getItemPackages 2020-03-27 20:37:36 +01:00
PackageModel.h [netinstall] Allow post-creation loading of model data 2020-03-24 12:36:31 +01:00
PackageTreeItem.cpp [netinstall] Inherit criticalness in groups 2020-03-27 20:53:13 +01:00
PackageTreeItem.h [netinstall] Update subgroup-checkedness based on children 2020-03-27 17:28:32 +01:00
page_netinst.ui [netinstall] Don't give the translators a bogus string 2020-02-19 17:13:01 +01:00
README.md [netinstall] Hit the docs with a hammer 2020-04-16 14:34:55 +02:00
Tests.cpp [netinstall] Allow post-creation loading of model data 2020-03-24 12:36:31 +01:00

Netinstall module

All of the actual documentation of the netinstall module has moved into the netinstall.conf file; since the configuration file may contain the groups-and-packages list itself, that format is also described there.