This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathnetinstall-ce-base.yaml
257 lines (257 loc) · 6.22 KB
/
netinstall-ce-base.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
- name: "Base-devel + Common packages"
description: "Recommended. Don't change unless you know what you're doing (generic)."
hidden: false
selected: true
critical: true
subgroups:
- name: "X-system"
description: "Default X-system"
selected: true
packages:
- libwnck3
- xf86-input-libinput
- xf86-video-fbdev
- xf86-video-vesa
- xorg-server
- xorg-xinit
- xorg-xinput
- xorg-xkill
- xorg-xrandr
- name: "GPU drivers"
description: "Graphics hardware drivers"
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
- crda
- dhclient
- dialog
- dnsmasq
- dnsutils
- ethtool
- gnu-netcat
- ipw2100-fw
- ipw2200-fw
- iwd
- linux-atm
- modemmanager
- nbd
- ndisc6
- netctl
- net-tools
- networkmanager
- networkmanager-openvpn
- nmap
- nss-mdns
- ntfs-3g
- openconnect
- openvpn
- ppp
- pptpclient
- r8168
- rp-pppoe
- sshfs
- usb_modeswitch
- vpnc
- whois
- wireless-regdb
- wireless_tools
- wpa_supplicant
- wvdial
- xl2tpd
- name: "packages management"
description: "Packages tools"
selected: true
packages:
- downgrade
- pacman-contrib
- pkgfile
- rebuild-detector
- reflector
- yay
- name: "desktop integration"
description: "Useful helper tools and libs for desktop usage"
selected: true
packages:
- accountsservice
- bash-completion
- ffmpegthumbnailer
- freetype2
- gst-libav
- gst-plugin-pipewire
- gst-plugins-bad
- gst-plugins-ugly
- libdvdcss
- libgsf
- libopenraw
- mlocate
- poppler-glib
- xdg-user-dirs
- xdg-utils
- name: "filesystem"
description: "Filesystem tools and apps"
selected: true
packages:
- efitools
- haveged
- nfs-utils
- nilfs-utils
- ntp
- smartmontools
- unrar
- unzip
- xz
- name: "fonts"
description: "EndeavourOS font selection"
selected: true
packages:
- adobe-source-han-sans-cn-fonts
- adobe-source-han-sans-jp-fonts
- adobe-source-han-sans-kr-fonts
- cantarell-fonts
- freetype2
- noto-fonts
- opendesktop-fonts
- ttf-bitstream-vera
- ttf-dejavu
- ttf-liberation
- ttf-opensans
- name: "audio"
description: "Audio handling tools apps and libs"
selected: true
packages:
- alsa-firmware
- alsa-plugins
- alsa-utils
- paprefs
- pavucontrol
- pulseaudio
- pulseaudio-alsa
- pulseaudio-jack
- name: "hardware"
description: "Hardware support libs and firmware"
selected: true
packages:
- amd-ucode
- dmidecode
- dmraid
- dosfstools
- hdparm
- hwdetect
- intel-ucode
- lsscsi
- mtools
- sg3_utils
- sof-firmware
- name: "power"
description: "Powermanagement support"
selected: true
packages:
- tlp
- upower
- name: "EndeavourOS Apps"
description: "EndeavourOS tools and applications"
selected: true
packages:
- endeavouros-theming
- eos-apps-info
- eos-hooks
- eos-log-tool
- eos-rankmirrors
- eos-update-notifier
- grub-tools
- keyserver-rank
- reflector-simple
- welcome
- yad-eos
- name: "EndeavourOS applications selection"
description: "General tools and applications"
selected: true
packages:
- duf
- findutils
- firefox
- fsarchiver
- git
- glances
- hwinfo
- inxi
- meld
- neofetch
- pcurses
- pv
- python-defusedxml
- rsync
- tldr
- sed
- wget
- name: "Firefox language package"
description: "Add firefox language pack if possible"
hidden: true
selected: true
critical: false
packages:
- firefox-i18n-$LOCALE
- name: "LTS Kernel in addition"
description: "Adding Long Term Supported Kernel in addition to main one"
hidden: false
selected: false
critical: true
packages:
- linux-lts
- linux-lts-headers
- name: "Zen Kernel"
description: "Will work better in virtual machine SWAY installation"
hidden: false
selected: false
expanded: true
critical: true
packages:
- linux-zen
- linux-zen-headers
- name: "Printing-Support"
description: "Support for printing (Cups)"
hidden: false
selected: false
critical: false
packages:
- cups
- cups-filters
- cups-pdf
- ghostscript
- gsfonts
- foomatic-db-engine
- foomatic-db
- foomatic-db-ppds
- foomatic-db-nonfree
- foomatic-db-nonfree-ppds
- gutenprint
- foomatic-db-gutenprint-ppds
- splix
- system-config-printer
- name: "Support for HP Printer/Scanner"
description: "Extra Packages for HP Printer/Scanner"
hidden: false
selected: false
critical: false
packages:
- hplip
- python-pyqt5
- python-reportlab
- xsane
- name: "Accessibility Tools"
description: "Screen reader and mouse tweaks (impaired vision)"
hidden: false
selected: false
critical: false
packages:
- orca
- mousetweaks
- espeak-ng