Skip to content

Commit

Permalink
Fuck YAML and its hate on tab characters
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Jun 27, 2022
1 parent 8e929b4 commit c8f47b2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 45 deletions.
32 changes: 16 additions & 16 deletions calamares/modules/netinstall-ce-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,22 +195,13 @@
- vi
- wget
- name: "Extras for Apple T2-based devices"
description: "Device-specific configuration files for Apple T2-based devices. Check https://wiki.t2linux.org for more infomation."
hidden: false
selected: false
critical: true
packages:
- apple-t2-audio-config
- apple-t2-audio-config-alt
- name: "Xanmod Kernel in addition"
description: "Adding Xanmod kernel in addition to main one (Patched to support Macs with T2)"
hidden: false
selected: false
expanded: false
critical: true
packages:
- linux-xanmod-edge-t2
- linux-xanmod-edge-t2-headers
description: "Device-specific configuration files for Apple T2-based devices. Check https://wiki.t2linux.org for more infomation."
hidden: false
selected: false
critical: true
packages:
- apple-t2-audio-config
- apple-t2-audio-config-alt
- name: "Firefox and language package"
description: "Add firefox and language pack if possible"
hidden: false
Expand All @@ -219,6 +210,15 @@
packages:
- firefox
- firefox-i18n-$LOCALE
- name: "Xanmod Kernel in addition"
description: "Adding Xanmod kernel in addition to main one (Patched to support Macs with T2)"
hidden: false
selected: false
expanded: false
critical: true
packages:
- linux-xanmod-edge-t2
- linux-xanmod-edge-t2-headers
- name: "Printing-Support"
description: "Support for printing (Cups)"
hidden: false
Expand Down
40 changes: 11 additions & 29 deletions calamares/modules/netinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,22 +195,13 @@
- vi
- wget
- name: "Extras for Apple T2-based devices"
description: "Device-specific configuration files for Apple T2-based devices. Check https://wiki.t2linux.org for more infomation."
hidden: false
selected: false
critical: true
packages:
- apple-t2-audio-config
- apple-t2-audio-config-alt
- name: "Xanmod Kernel in addition"
description: "Adding Xanmod kernel in addition to main one (Patched to support Macs with T2)"
hidden: false
selected: false
expanded: false
critical: true
packages:
- linux-xanmod-edge-t2
- linux-xanmod-edge-t2-headers
description: "Device-specific configuration files for Apple T2-based devices. Check https://wiki.t2linux.org for more infomation."
hidden: false
selected: false
critical: true
packages:
- apple-t2-audio-config
- apple-t2-audio-config-alt
- name: "Firefox and language package"
description: "Add firefox and language pack if possible"
hidden: false
Expand All @@ -219,24 +210,15 @@
packages:
- firefox
- firefox-i18n-$LOCALE
- name: "LTS Kernel in addition"
description: "Adding Long Term Supported Kernel in addition to main one"
hidden: false
selected: false
expanded: false
critical: true
packages:
- linux-lts
- linux-lts-headers
- name: "Zen Kernel in addition"
description: "Adding ZEN kernel in addition to main one"
- name: "Xanmod Kernel in addition"
description: "Adding Xanmod kernel in addition to main one (Patched to support Macs with T2)"
hidden: false
selected: false
expanded: false
critical: true
packages:
- linux-zen
- linux-zen-headers
- linux-xanmod-edge-t2
- linux-xanmod-edge-t2-headers
- name: "XFCE4-Desktop"
description: "XFCE4 - lightweight desktop fast and low on system resources, visually appealing and user friendly."
hidden: false
Expand Down

0 comments on commit c8f47b2

Please sign in to comment.