You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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