2024-05-02 12:43:45 +00:00
|
|
|
# Directory for users to add custom configuration and modules
|
|
|
|
# Default: "/etc/tik"
|
|
|
|
TIK_CUSTOM_DIR="/etc/tik"
|
|
|
|
|
|
|
|
# Directory for OS images to be deployed
|
|
|
|
# Default: "/usr/lib/tik/img"
|
|
|
|
TIK_IMG_DIR="/usr/lib/tik/img"
|
|
|
|
|
2024-06-28 08:44:13 +00:00
|
|
|
# To show USB devices in the install device selection dialog, uncomment this variable
|
|
|
|
# USB devices are filtered out by default
|
|
|
|
#TIK_ALLOW_USB_INSTALL_DEVICES=1
|
|
|
|
|
2024-05-02 12:43:45 +00:00
|
|
|
# For unattended installations the disk device to deploy the image must be defined
|
|
|
|
# Default: Undefined
|
|
|
|
#TIK_INSTALL_DEVICE=""
|
|
|
|
|
|
|
|
# For unattended installations the disk image to deploy must be defined if more than one is present
|
|
|
|
# Default: Undefined
|
|
|
|
#TIK_INSTALL_IMAGE=""
|
|
|
|
|
|
|
|
# Display name of the OS to be deployed by tik
|
|
|
|
# Default: Undefined
|
|
|
|
TIK_OS_NAME="openSUSE Aeon"
|
|
|
|
|
|
|
|
# URL for bug reports to go to
|
|
|
|
# Default: https://aeondesktop.org/reportbug
|
2024-05-02 14:20:25 +00:00
|
|
|
TIK_BUG_URL="https://aeondesktop.org/reportbug"
|