- 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:
parent
a1e38f6d96
commit
3920768d47
4
config
4
config
@ -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=""
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user