|
Work Around
|
After a failed installation attempt, one must uninstall the zone before
attempting another install, e.g.:
# zoneadm -z myzone install -d /oops_this_directory_does_not_exist
'/oops_this_directory_does_not_exist': file not found.
# zoneadm -z myzone uninstall -F
# zoneadm -z myzone install -d /this_directory_is_the_correct_one
|