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:
parent
4812c5c5e4
commit
463b6ed54f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user