From c8f47b28ad1324ac02e06123e433ca4dcd5d5fdb Mon Sep 17 00:00:00 2001 From: NoaHimesaka1873 Date: Mon, 27 Jun 2022 17:11:00 +0900 Subject: [PATCH] Fuck YAML and its hate on tab characters --- calamares/modules/netinstall-ce-base.yaml | 32 +++++++++--------- calamares/modules/netinstall.yaml | 40 +++++++---------------- 2 files changed, 27 insertions(+), 45 deletions(-) diff --git a/calamares/modules/netinstall-ce-base.yaml b/calamares/modules/netinstall-ce-base.yaml index e85dee2..15f0698 100644 --- a/calamares/modules/netinstall-ce-base.yaml +++ b/calamares/modules/netinstall-ce-base.yaml @@ -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 @@ -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 diff --git a/calamares/modules/netinstall.yaml b/calamares/modules/netinstall.yaml index 8adbba4..6808004 100644 --- a/calamares/modules/netinstall.yaml +++ b/calamares/modules/netinstall.yaml @@ -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 @@ -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