Searched refs:m_usage (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ddetach.ksh28 m_usage=$(gettext "solaris10 brand usage: detach [-n].")
46 ?) printf "$m_usage\n"
48 *) printf "$m_usage\n"
H A Dimage_install.ksh29 m_usage=$(gettext "solaris10 brand usage:\n\tinstall -u | -p [-v | -s] -a archive | -d directory [-c sysidcfg].\n\tThe -a archive option specifies an archive name which can be a flar,\n\ttar, pax or cpio archive.\n\tThe -d directory option specifies an existing directory.\n\tThe -u option unconfigures the zone, -p preserves the configuration.\n\tThe -c option gives a sysidcfg file and causes an unconfiguration of the zone.")
138 fatal "$incompat_options" "$m_usage"
146 fatal "$incompat_options" "$m_usage"
155 fatal "$incompat_options" "$m_usage"
163 *) printf "$m_usage\n"
171 fatal "$incompat_options" "$m_usage"
175 fatal "$media_missing" "$m_usage"
180 fatal "$incompat_options" "$m_usage"
185 fatal "$cfgchoice_missing" "$m_usage"
H A Dattach.ksh29 m_usage=$(gettext "solaris10 brand usage:\n\tattach [-a archive | -d directory | -r recv_type] [-c sysidcfg]\n\tThe -a archive option specifies an archive name which can be a flar,\n\ttar, pax or cpio archive.\n\tThe -d directory option specifies an existing directory.\n\tThe -r recv_type option specifies the type of archive to be read from\n\tstdin.\n\tThe -c option gives a sysidcfg file and causes an unconfiguration of the zone.")
110 fatal "$incompat_options" "$m_usage"
118 fatal "$incompat_options" "$m_usage"
130 fatal "$incompat_options" "$m_usage"
143 fatal "$m_usage"
H A Dclone.ksh27 m_usage=$(gettext "solaris10 brand usage: clone {sourcezone} [-c sysidcfg].")
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Ddetach.ksh29 m_usage=$(gettext "detach [-n ].")
H A Dclone.ksh27 m_usage=$(gettext "clone [-c profile.xml | dir] {sourcezone}\n\tThe -c option gives a profile or a directory of profiles to be applied to the system after clone.")
H A Dattach.ksh32 # m_usage is used by fail_usage()
33 m_usage=$(gettext "Usage:\n\t attach [-uv] [-a archive | -d directory | -z zbe] [-c profile.xml | dir]\n\n\t-u\tUpdate the software in the attached zone boot environment to\n\t\tmatch the sofware in the global zone boot environment.\n\t-v\tVerbose.\n\t-c\tUpdate the zone configuration with the sysconfig profile\n\t\tspecified in the given file or directory.\n\t-a\tExtract the specified archive into the zone then attach the\n\t\tactive boot environment found in the archive. The archive\n\t\tmay be a zfs, cpio, or tar archive. It may be compressed with\n\t\tgzip or bzip2.\n\t-d\tCopy the specified directory into a new zone boot environment\n\t\tthen attach the zone boot environment.\n\t-z\tAttach the specified zone boot environment.")
H A Dimage_install.ksh43 m_usage=$(gettext "\n install {-a archive|-d path} {-p|-u} [-s|-v] [-c profile.xml | dir]")
H A Dp2v.ksh60 m_usage=$(gettext "/usr/lib/brand/solaris/p2v [-uv] [-c sysconfig] zone zonepath")
H A Dpkgcreatezone.ksh43 m_usage=$(gettext "\n install [-h]\n install [-m manifest] [-c profile.xml | dir]\n install {-a archive|-d path} {-p|-u} [-U] [-s|-v] [-c profile.xml | dir]")
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh133 [[ -z $m_usage ]] && fail_internal "m_usage undefined"
134 log "$m_usage\n"

Completed in 44 milliseconds