Skip to content
Snippets Groups Projects
Commit 2f97a519 authored by Thomas Mittelstädt's avatar Thomas Mittelstädt
Browse files

In case of a partition number at the profile only an existing partition can be mounted.

parent fc59c403
Branches apertis/v2025pre apertis/v2026dev0
Tags apertis/0.2024.15
1 merge request!61Some changes for mountimage tool
......@@ -649,6 +649,9 @@ local mbind rootmnt
mdevice=
elif test "$idtype" = "PARTNR"; then
mdevice="${devicep}${idvalue}"
if [ ! -b "$mdevice" ]; then
mdevice=
fi
else
print_error_line "Can't understand $\"$descr\"\n"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment