mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
[netinstall] Massage test data
- hidden groups aren't counted at all - count() at top-level of the model counts groups
This commit is contained in:
parent
dfedc0fb21
commit
bd118bb457
1 changed files with 7 additions and 2 deletions
|
@ -1,12 +1,17 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
---
|
||||
- name: "Default"
|
||||
description: "Default group"
|
||||
hidden: true
|
||||
hidden: false
|
||||
selected: true
|
||||
critical: false
|
||||
packages:
|
||||
- base
|
||||
- name: "Second"
|
||||
description: "Second group"
|
||||
hidden: false
|
||||
selected: true
|
||||
critical: false
|
||||
packages:
|
||||
- chakra-live-skel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue