Skip to content
Snippets Groups Projects

Some changes for mountimage tool

Merged Thomas Mittelstädt requested to merge wip/mtt2hi/mountimage2 into apertis/v2024dev3
All threads resolved!
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -3,7 +3,7 @@
#
# Copyright (c) 2023 Thomas Mittelstaedt <thomas.mittelstaedt@de.bosch.com>
VERSION=2.1.2
VERSION=2.1.3
VERSIONDATE=2023
SHORT=hp:m:vr:ulf
@@ -762,6 +762,7 @@ if [ -n "$CMD_PATH_DESCRIPTORS" ]; then
# partprobe has to be called
partprobe ${device} &> /dev/null
check_return_code $? $LINENO
sleep 1
elif [ -f "$CMD_IMAGE_DEVICE" ]; then
# if an image file is given
# Check if the related loop device can be reused at incremental call of command
Loading