Hi, This was working on 12.1 at least, but due to new syntax additions this broke file name read. Cheers, Franco
Can you add an example failing command line
Sorry, was in a hurry yesterday: # touch th:is # mkimg -s gpt -o out:ok -p freebsd-ufs:=th:is mkimg: partition 1: No such file or directory There's two possible workarounds at the moment: use relative paths if the directory contains a colon or use a symbolic link if the file name contains it. If you do # touch th and run the prior command you can see that it does find the file now and fails with mkimg: writing metadata: Device not configured as expected. Cheers, Franco
manu it looks like this comes from 8f3c71c85e5f