Skip to content

Commit

Permalink
Cassini-T2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Dec 20, 2022
1 parent c58f27c commit eeab899
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 38 deletions.
23 changes: 5 additions & 18 deletions data/eos/modules/netinstall-ce-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@
selected: true
packages:
- xf86-video-amdgpu
- xf86-video-ati
- xf86-video-intel
- name: "Network"
description: "Network apps drivers and tools"
selected: true
packages:
- b43-fwcutter
- broadcom-wl-dkms
- dhclient
- dnsmasq
- dnsutils
Expand Down Expand Up @@ -174,12 +171,11 @@
- vi
- wget
- name: "CPU specific Microcode update packages"
description: "Microcode update image for AMD and Intel CPU"
description: "Microcode update image for your Mac's CPU"
hidden: false
selected: true
critical: false
packages:
- amd-ucode
- intel-ucode
- name: "Firefox and language package"
description: "Add firefox and language pack if possible"
Expand All @@ -189,24 +185,15 @@
packages:
- firefox
- firefox-i18n-$LOCALE
- name: "LTS Kernel in addition"
description: "Adding Long Term Supported Kernel in addition to main one"
- name: "Xanmod Kernel in addition"
description: "Adding Xanmod 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"
hidden: false
selected: false
expanded: false
critical: true
packages:
- linux-zen
- linux-zen-headers
- linux-xanmod-edge-t2
- linux-xanmod-edge-t2-headers
- name: "Printing-Support"
description: "Support for printing (Cups)"
hidden: false
Expand Down
23 changes: 5 additions & 18 deletions data/eos/modules/netinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@
selected: true
packages:
- xf86-video-amdgpu
- xf86-video-ati
- xf86-video-intel
- name: "Network"
description: "Network apps drivers and tools"
selected: true
packages:
- b43-fwcutter
- broadcom-wl-dkms
- dhclient
- dnsmasq
- dnsutils
Expand Down Expand Up @@ -174,12 +171,11 @@
- vi
- wget
- name: "CPU specific Microcode update packages"
description: "Microcode update image for AMD and Intel CPU"
description: "Microcode update image for your Mac's CPU"
hidden: false
selected: true
critical: false
packages:
- amd-ucode
- intel-ucode
- name: "Firefox and language package"
description: "Add firefox and language pack if possible"
Expand All @@ -189,24 +185,15 @@
packages:
- firefox
- firefox-i18n-$LOCALE
- name: "LTS Kernel in addition"
description: "Adding Long Term Supported Kernel in addition to main one"
- name: "Xanmod Kernel in addition"
description: "Adding Xanmod 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"
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
6 changes: 4 additions & 2 deletions data/eos/modules/pacstrap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# basePackages is an array of package names to pass to pacstrap
#
basePackages:
- apple-bcm-firmware
- apple-t2-audio-config
- base
- base-devel
- btrfs-progs
Expand All @@ -30,9 +32,9 @@ basePackages:
- inetutils
- jfsutils
- less
- linux
- linux-t2
- linux-firmware
- linux-headers
- linux-t2-headers
- logrotate
- lsb-release
- lvm2
Expand Down

0 comments on commit eeab899

Please sign in to comment.