src/brand/common.ksh
changeset 2339 aa5954c06b9d
parent 2338 63a4d56416c6
child 2367 49e71b6682c7
equal deleted inserted replaced
2338:63a4d56416c6 2339:aa5954c06b9d
    39 PROP_BE_HANDLE="com.oracle.libbe:nbe_handle"
    39 PROP_BE_HANDLE="com.oracle.libbe:nbe_handle"
    40 
    40 
    41 f_incompat_options=$(gettext "cannot specify both %s and %s options")
    41 f_incompat_options=$(gettext "cannot specify both %s and %s options")
    42 f_sanity_detail=$(gettext  "Missing %s at %s")
    42 f_sanity_detail=$(gettext  "Missing %s at %s")
    43 f_sanity_sparse=$(gettext  "Is this a sparse zone image?  The image must be whole-root.")
    43 f_sanity_sparse=$(gettext  "Is this a sparse zone image?  The image must be whole-root.")
    44 sanity_ok=$(gettext     "  Sanity Check: Passed.  Looks like an OpenSolaris system.")
    44 sanity_ok=$(gettext     "  Sanity Check: Passed.  Looks like a Solaris system.")
    45 sanity_fail=$(gettext   "  Sanity Check: FAILED (see log for details).")
    45 sanity_fail=$(gettext   "  Sanity Check: FAILED (see log for details).")
    46 sanity_fail_vers=$(gettext  "  Sanity Check: the Solaris image (release %s) is not an OpenSolaris image and cannot be installed in this type of branded zone.")
    46 sanity_fail_vers=$(gettext  "  Sanity Check: the Solaris image (release %s) is not an OpenSolaris image and cannot be installed in this type of branded zone.")
    47 install_fail=$(gettext  "        Result: *** Installation FAILED ***")
    47 install_fail=$(gettext  "        Result: *** Installation FAILED ***")
    48 f_zfs_in_root=$(gettext "Installing a zone inside of the root pool's 'ROOT' dataset is unsupported.")
    48 f_zfs_in_root=$(gettext "Installing a zone inside of the root pool's 'ROOT' dataset is unsupported.")
    49 f_root_create=$(gettext "Unable to create the zone's ZFS dataset mountpoint.")
    49 f_root_create=$(gettext "Unable to create the zone's ZFS dataset mountpoint.")