Hi!
At line 43 in shutdown script, complete path is missing for 2 xnbd-client calls.
This cause Slackware ARM 14.2 minirootfs to never find xbnd-client and never disconnect nbd disk.
Please, may you add path "/usr/bin" twice? Thank you!
/usr/sbin/xnbd-client -c /dev/nbd${device} && /usr/sbin/xnbd-client -d /dev/nbd${device} &>/dev/null
|
xnbd-client -c /dev/nbd${device} && xnbd-client -d /dev/nbd${device} &>/dev/null |