summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/openslx_tmp_format/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'builder/modules.d/openslx_tmp_format/scripts')
-rwxr-xr-xbuilder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh b/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh
index 7ab7435f..bbcde895 100755
--- a/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh
+++ b/builder/modules.d/openslx_tmp_format/scripts/openslx_tmp_format.sh
@@ -20,7 +20,7 @@ IFS=","
SLX_TMP_PARTITION_DEVICE=
for identifier in ${SLX_TMP_PARTITION_IDENTIFIER}; do
SLX_TMP_PARTITION_DEVICE="$(tools.find_block_device "${identifier}" '' \
- "${SLX_TMP_PARTITION_IDENTIFIER_TIMEOUT_IN_SECONDS:-10}")"
+ "${SLX_TMP_PARTITION_IDENTIFIER_TIMEOUT_IN_SECONDS:-5}")"
if [ -n "${SLX_TMP_PARTITION_DEVICE}" ]; then
echo "SLX_TMP_PARTITION_DEVICE=${SLX_TMP_PARTITION_DEVICE}" >> /etc/openslx
break