mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -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-FileCopyrightText: no
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
#
|
#
|
||||||
---
|
|
||||||
- name: "Default"
|
- name: "Default"
|
||||||
description: "Default group"
|
description: "Default group"
|
||||||
hidden: true
|
hidden: false
|
||||||
selected: true
|
selected: true
|
||||||
critical: false
|
critical: false
|
||||||
packages:
|
packages:
|
||||||
- base
|
- base
|
||||||
|
- name: "Second"
|
||||||
|
description: "Second group"
|
||||||
|
hidden: false
|
||||||
|
selected: true
|
||||||
|
critical: false
|
||||||
|
packages:
|
||||||
- chakra-live-skel
|
- chakra-live-skel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue