7 Commits (1ab943a0f0e5f3c65b7c54f59a61cba2afb2c74c)

Author SHA1 Message Date
shainer e5f5bb99d7 Change the default value of critical to false.
This means all package groups are non-critical by default.
Update documentation accordingly.
9 years ago
shainer 58ae8e13c9 Add support for non-critical groups in netinstall.
Package groups are divided into critical and non-critical
depending on whether we want all Calamares to fail if installing
a package in the group fails, or we are okay with just logging a
warning.

The distinction is configured in the YAML file listing the package
groups. By default, all groups are critical, to keep supporting
the previous behaviour.
9 years ago
shainer e462c3c8d8 Use QNetworkAccessManager instead of KIO to download the config; remove KIO dep. 9 years ago
shainer 877eb71886 Use utils from the YamlUtils package to read nodes more elegantly. 9 years ago
shainer 631dcc18f5 Use nullptr instead of 0 for pointers. 9 years ago
shainer b043b42795 Add copyright statements when missing, make them all the same. 9 years ago
shainer a5cc9f2a9d Netinstall module. See README for complete guide. Allows to configure groups and packages; selected packages are installed through the 'packages' module. 9 years ago