2019-08-26 16:01:14 +02:00
|
|
|
# Example configuration with groups and packages, taken from Chakra Linux.
|
|
|
|
#
|
2020-08-22 01:19:58 +02:00
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
#
|
2020-04-16 14:34:52 +02:00
|
|
|
# This example is rather limited. See `netinstall.conf` for full documentation
|
|
|
|
# on the configuration format. The module configuration file `netinstall.conf`
|
|
|
|
# **may** contain the package-list, but that is only useful for static
|
|
|
|
# package-lists. If you are updating the package lists or changing the package
|
|
|
|
# offerings, an online `netinstall.yaml` is the way to go; or you can put the
|
|
|
|
# `netinstall.yaml` on the installation media and modify that, while keeping
|
|
|
|
# your Calamares configuration constant.
|
|
|
|
#
|
|
|
|
# Which approach works depends on what you want to offer and how your
|
|
|
|
# ISO-image toolchain works.
|
2016-06-26 00:26:08 +02:00
|
|
|
- name: "Default"
|
|
|
|
description: "Default group"
|
|
|
|
hidden: true
|
|
|
|
selected: true
|
2016-11-13 11:56:13 +01:00
|
|
|
critical: false
|
2016-06-26 00:26:08 +02:00
|
|
|
packages:
|
|
|
|
- base
|
|
|
|
- chakra-live-skel
|
|
|
|
- cdemu-client
|
|
|
|
- lsb-release
|
|
|
|
- avahi
|
|
|
|
- grub
|
|
|
|
# disk utils
|
|
|
|
- dosfstools
|
|
|
|
- e2fsprogs
|
|
|
|
- fuse
|
|
|
|
- gptfdisk
|
|
|
|
- jfsutils
|
|
|
|
- ntfs-3g
|
|
|
|
- reiserfsprogs
|
|
|
|
- xfsprogs
|
|
|
|
# power
|
|
|
|
- acpi_call
|
|
|
|
- pmtools
|
|
|
|
# network
|
|
|
|
- dnsutils
|
|
|
|
- iputils
|
|
|
|
- netcfg
|
|
|
|
- xinetd
|
|
|
|
# firmwares
|
|
|
|
- alsa-firmware
|
|
|
|
- linux-firmware
|
|
|
|
# sound
|
|
|
|
- alsa-lib
|
|
|
|
- alsa-utils
|
|
|
|
- gstreamer
|
|
|
|
- gst-plugins-good
|
|
|
|
- gst-plugins-bad
|
|
|
|
- libao
|
|
|
|
- libcanberra-gstreamer
|
|
|
|
- libcanberra-pulse
|
|
|
|
- pulseaudio
|
|
|
|
- pulseaudio-alsa
|
|
|
|
# tools
|
|
|
|
- bash-completion
|
|
|
|
- hwinfo
|
|
|
|
- lsof
|
|
|
|
- man-db
|
|
|
|
- mlocate
|
|
|
|
- nano
|
|
|
|
- openssh
|
|
|
|
- sudo
|
|
|
|
- vim
|
|
|
|
- zsh # :D
|
|
|
|
# archivers
|
|
|
|
- p7zip
|
|
|
|
- unarj
|
|
|
|
- unrar
|
|
|
|
- unzip
|
|
|
|
- zip
|
|
|
|
# xorg base
|
|
|
|
- xorg
|
|
|
|
- xorg-apps
|
|
|
|
- xorg-fonts-alias
|
|
|
|
- xorg-fonts-encodings
|
|
|
|
- xorg-fonts-misc
|
|
|
|
- xorg-res-utils
|
|
|
|
- xorg-server
|
|
|
|
- xorg-server-utils
|
|
|
|
- xorg-xauth
|
|
|
|
- xorg-xinit
|
|
|
|
- xorg-xkb-utils
|
|
|
|
# xorg video drivers
|
|
|
|
- xf86-video-apm
|
|
|
|
- xf86-video-ark
|
|
|
|
- xf86-video-ati
|
|
|
|
- xf86-video-chips
|
|
|
|
- xf86-video-cirrus
|
|
|
|
- xf86-video-glint
|
|
|
|
- xf86-video-i128
|
|
|
|
- xf86-video-i740
|
|
|
|
- xf86-video-intel
|
|
|
|
- xf86-video-mach64
|
|
|
|
- xf86-video-mga
|
|
|
|
- xf86-video-neomagic
|
|
|
|
- xf86-video-nouveau
|
|
|
|
- xf86-video-nv
|
|
|
|
- xf86-video-openchrome
|
|
|
|
- xf86-video-r128
|
|
|
|
- xf86-video-rendition
|
|
|
|
- xf86-video-s3
|
|
|
|
- xf86-video-s3virge
|
|
|
|
- xf86-video-savage
|
|
|
|
- xf86-video-siliconmotion
|
|
|
|
- xf86-video-sisusb
|
|
|
|
- xf86-video-tdfx
|
|
|
|
- xf86-video-trident
|
|
|
|
- xf86-video-tseng
|
|
|
|
- xf86-video-v4l
|
|
|
|
- xf86-video-vesa
|
|
|
|
- xf86-video-voodoo
|
|
|
|
- mesa-libgl
|
|
|
|
# xorg input drivers
|
|
|
|
- xf86-input-synaptics
|
|
|
|
- xf86-input-wacom
|
|
|
|
- xf86-input-evdev
|
|
|
|
- xf86-input-keyboard
|
|
|
|
- xf86-input-mouse
|
|
|
|
# fonts
|
|
|
|
- terminus-font
|
|
|
|
- ttf-dejavu
|
|
|
|
- ttf-liberation
|
|
|
|
- wqy-microhei
|
|
|
|
- xorg-fonts-100dpi
|
|
|
|
- xorg-fonts-75dpi
|
|
|
|
- xorg-fonts-cyrillic
|
|
|
|
# additional stuff that needs xorg
|
|
|
|
- hicolor-icon-theme
|
|
|
|
# kde
|
|
|
|
- chakra-common
|
|
|
|
- qt
|
|
|
|
- kde-baseapps
|
|
|
|
- kde-baseapps-dolphin
|
|
|
|
- kde-baseapps-konsole
|
|
|
|
- kde-runtime
|
|
|
|
- kde-workspace
|
|
|
|
- kdelibs
|
|
|
|
- kdepimlibs
|
|
|
|
- kdemultimedia-kmix
|
|
|
|
- oxygen-icons
|
|
|
|
- phonon-backend-gstreamer
|
|
|
|
# chakra theme (including kapudan options)
|
|
|
|
- chakra-wallpapers-dharma
|
|
|
|
- chakra-wallpapers-curie
|
|
|
|
- chakra-wallpapers-descartes
|
|
|
|
- grub2-themes-sirius
|
|
|
|
- kapudan-kde-themes-caledonia
|
|
|
|
- kde-kdm-themes-sirius
|
|
|
|
- kde-ksplash-themes-sirius
|
|
|
|
- kde-plasma-themes-caledonia
|
|
|
|
- python2-imaging
|
|
|
|
- python2-v4l2capture
|
|
|
|
- python2-xlib
|
|
|
|
- caledonia-colors
|
|
|
|
- yakuake-themes-ronak
|
|
|
|
# kde (everything else)
|
|
|
|
- kdeadmin-kcron
|
|
|
|
- kdeadmin-kuser
|
|
|
|
- kdeplasma-addons-applets-icontasks
|
|
|
|
- kdesdk-kate
|
|
|
|
- kdeutils-ark
|
|
|
|
- kdeutils-kgpg
|
|
|
|
- kdeutils-sweeper
|
|
|
|
# kde network
|
|
|
|
- kdeplasma-applets-plasma-nm
|
|
|
|
- networkmanager-dispatcher-ntpd
|
|
|
|
- kcm-ufw
|
|
|
|
# applications
|
|
|
|
- rekonq
|
|
|
|
- yakuake
|
|
|
|
# enable systemd-units
|
|
|
|
- chakra-init-live
|
|
|
|
# overlay pkgs
|
|
|
|
- partitionmanager
|
|
|
|
- octopi-notifier
|
|
|
|
- kapudan
|
|
|
|
- name: "Wireless"
|
|
|
|
description: "Tools for wireless connections"
|
2016-11-12 19:08:08 +01:00
|
|
|
critical: false
|
2016-06-26 00:26:08 +02:00
|
|
|
packages:
|
|
|
|
- crda
|
|
|
|
- ndiswrapper
|
|
|
|
- usb-modeswitch
|
|
|
|
- wireless-regdb
|
|
|
|
- wireless_tools
|
|
|
|
- wpa_supplicant
|
|
|
|
- name: "CCR"
|
|
|
|
description: "Tools for the Chakra Community Repository"
|
|
|
|
packages:
|
|
|
|
- ccr
|
|
|
|
- base-devel
|
|
|
|
- name: "Graphics"
|
|
|
|
description: "Applications to work with graphics"
|
|
|
|
packages:
|
|
|
|
- kdegraphics-gwenview
|
|
|
|
- kdegraphics-kamera
|
|
|
|
- kdegraphics-kcolorchooser
|
|
|
|
- kdegraphics-kgamma
|
|
|
|
- kdegraphics-kolourpaint
|
|
|
|
- kdegraphics-kruler
|
|
|
|
- kdegraphics-ksaneplugin
|
|
|
|
- kdegraphics-ksnapshot
|
|
|
|
- kdegraphics-libkdcraw
|
|
|
|
- kdegraphics-libkexiv2
|
|
|
|
- kdegraphics-libkipi
|
|
|
|
- kdegraphics-libksane
|
|
|
|
- kdegraphics-mobipocket
|
|
|
|
- kdegraphics-okular
|
|
|
|
- kdegraphics-strigi-analyzer
|
|
|
|
- kdegraphics-svgpart
|
|
|
|
- kdegraphics-thumbnailers
|
|
|
|
- imagemagick
|
|
|
|
|