Change the cfumass rc script to stop pretending the USB LUN is a virtual

CD; for some reason OSX can't deal with it.

MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2018-05-16 20:39:15 +00:00
parent 27c89ceaea
commit dbcbf00e09

View File

@ -67,7 +67,7 @@ cfumass_start()
ctladm create -b block -o file="${cfumass_image}" -o readonly=on \
-o vendor="${cfumass_vendor}" -o product="${cfumass_product}" \
-t 5 -S 0 > /dev/null
-S 0 > /dev/null
err=$?
if [ "${err}" -ne 0 ]; then
warn "unable to create CTL LUN"