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:
Edward Tomasz Napierala 2018-05-16 20:39:15 +00:00
parent 4812c5c5e4
commit 463b6ed54f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333684

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"