- Introduce new config 'TIK_ALLOW_USB_INSTALL_DEVICES=1'

Disabled by default

OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon/tik-config-Aeon?expand=0&rev=7
This commit is contained in:
Richard Brown 2024-06-28 08:44:13 +00:00 committed by Git OBS Bridge
parent a1e38f6d96
commit 3920768d47
3 changed files with 11 additions and 2 deletions

4
config
View File

@ -6,6 +6,10 @@ TIK_CUSTOM_DIR="/etc/tik"
# Default: "/usr/lib/tik/img"
TIK_IMG_DIR="/usr/lib/tik/img"
# 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
# For unattended installations the disk device to deploy the image must be defined
# Default: Undefined
#TIK_INSTALL_DEVICE=""

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 28 08:43:40 UTC 2024 - Richard Brown <rbrown@suse.com>
- Introduce new config 'TIK_ALLOW_USB_INSTALL_DEVICES=1'
Disabled by default
-------------------------------------------------------------------
Thu May 2 13:26:15 UTC 2024 - Richard Brown <rbrown@suse.com>

View File

@ -20,7 +20,7 @@ Name: tik-config-Aeon
Version: 20240502
Release: 0
Summary: Aeon configuration for tik
License: MIT
License: MIT
URL: https://github.com/sysrich/tik
Source: config
Source1: LICENSE
@ -54,4 +54,3 @@ install -d %{buildroot}%{_sysconfdir}/tik/modules/post
%config(noreplace) %{_sysconfdir}/tik/config
%changelog