diff --git a/config b/config index c6f426a..19186ca 100644 --- a/config +++ b/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="" diff --git a/tik-config-Aeon.changes b/tik-config-Aeon.changes index c0a3f98..8746b3d 100644 --- a/tik-config-Aeon.changes +++ b/tik-config-Aeon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 28 08:43:40 UTC 2024 - Richard Brown + +- Introduce new config 'TIK_ALLOW_USB_INSTALL_DEVICES=1' + Disabled by default + ------------------------------------------------------------------- Thu May 2 13:26:15 UTC 2024 - Richard Brown diff --git a/tik-config-Aeon.spec b/tik-config-Aeon.spec index 565752e..b829525 100644 --- a/tik-config-Aeon.spec +++ b/tik-config-Aeon.spec @@ -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 -