calamares/src/modules/netinstall
Adriaan de Groot 4a07bd4ae3 CI: import all the rest of the YAML schema
- These have **not** been fixed for validation, so the schema's themselves
  will fail to load. This is a consequence of variations in JSON-Schema
  representations through various drafts. Fixing the schemata is
  fairly straightforward.

This gives us 19 new tests, all of which fail.
2020-06-16 16:06:56 +02:00
..
CMakeLists.txt [libcalamares] Link yamlcpp privately 2020-06-10 02:27:57 +02:00
Config.cpp [netinstall] Allow the netinstall.yaml to contain key *groups* 2020-04-16 23:20:22 +02:00
Config.h [netinstall] Various refactoring 2020-03-27 16:12:48 +01:00
netinstall.conf [netinstall] Improve documentation of translation framework 2020-06-03 16:02:43 +02:00
netinstall.schema.yaml CI: import all the rest of the YAML schema 2020-06-16 16:06:56 +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] Allow rich descriptions of packages 2020-04-16 22:42:26 +02:00
PackageModel.h [netinstall] Allow post-creation loading of model data 2020-03-24 12:36:31 +01:00
PackageTreeItem.cpp [netinstall] Display package descriptions 2020-04-16 22:42:30 +02:00
PackageTreeItem.h [netinstall] Allow rich descriptions of packages 2020-04-16 22:42:26 +02: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 rich descriptions of packages 2020-04-16 22:42:26 +02: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.