void-minecraft-usb/package_selections
BodgeMaster c477744a58 package selections: add Xorg packages where relevant 2023-07-14 20:51:40 +02:00
..
audio package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
desktop package selections: add Xorg packages where relevant 2023-07-14 20:51:40 +02:00
extras package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
multimedia package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
nvidia package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
pre-configure package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
systray package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
terminal package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
utilities package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
web package_selections/**: ensure that we have an internet connection where we need it 2023-07-03 14:11:57 +02:00
README.md install stage 1: download resources for stage 2, undo additional GRUB configuration 2023-07-02 20:54:58 +02:00
sections.lst install stage 1: download resources for stage 2, undo additional GRUB configuration 2023-07-02 20:54:58 +02:00

README.md

Package Selections

These are intended to give the user a bunch of choices when installing the system. For example whether to use XFE or a more fully featured set of applications.

Sections

Sections contain choices of a specific category. The sections are stored in folders containing the sections description and its options. For each section, only one of the options can be chosen. The file sections.lst holds a list of all available sections in the order in which the user will be asked about them.

Options

Options are shell scripts that are sourced by the stage 2 installer. They hold variables for description, package list, pre-install checks, and additional post-install actions. Options are shown in the order in which they appear in options.lst.