Lines Matching refs:ISO

113 	gettext "  -l iso_label\n        Label/volume name of the ISO image (if -o option is specified).\n"
114 gettext " -o iso_file\n Path of ISO image file to create. For
115 subcommands patchmedia and\n makeiso this will be a bootable ISO image.\n This option must be specified for subcommand makeiso.\n"
148 o) ISO=$OPTARG
149 if [ ! -z `echo $ISO | $GREP "^/tmp"` ]; then
150 gettext "ISO images will not be created on /tmp.\n"
188 set -A utils $GZIP ${ISO:+$MKISOFS} $PKGTRANS
191 set -A utils $CPIO $GZIP ${ISO:+$MKISOFS} $PATCHADD \
319 # If an ISO file was specified, get realpath of its parent directory ($ISODIR).
320 # If the ISO file already exists, ask user to overwrite it, unless -f option
325 if [[ "$ISO" = */* ]]
327 ISODIR=$(cd "${ISO%/*}" 2>/dev/null && pwd -P)
330 gettext "Can't access parent directory of ISO image.\n"
337 if [[ -f "$ISO" ]]
339 is_overwrite "$ISO" || return 2
340 $RM -f "$ISO"
375 # If an ISO image path is also specified, make sure it's not under
376 # $DU_OUTDIR since we might take the ISO image of $DU_OUTDIR.
382 gettext "ISO image must not be under Driver Update's output directory ($realpath).\n"
435 # Create a non-bootable ISO image of the given directory.
448 # Skip if no ISO image was specified.
449 [[ -z "$ISO" ]] && return 0
467 print "Creating ISO image ..."
471 # non-conforming to ISO-9660.
484 $MKISOFS -o "$ISO" \
497 # Create a bootable Solaris ISO image of the given Solaris install directory.
510 # Skip if no ISO image was specified.
511 [[ -z "$ISO" ]] && return 0
542 gettext "Creating bootable ISO image ..."
551 # non-conforming to ISO-9660.
566 $MKISOFS -o "$ISO" \
1020 if [[ -z "$DU_OUTDIR" && -z "$ISO" ]]
1027 if [[ -n "$ISO" ]]
1030 ${ISOLABEL:=DU sol_$VERSION} 2>/dev/null # default ISO label
1039 # Create DU and the (non-bootable) ISO image (if requested).
1044 [[ -n "$ISO" ]] && rm -f "$ISO"
1048 echo "This DU must be written as either an ISO (hsfs)"
1096 # If user specifies an ISO image to create.
1097 if [[ -n "$ISO" ]]
1100 ${ISOLABEL:=${soldir##*/}} # default ISO label
1150 # Create a bootable ISO image of a Solaris install image.
1171 # ISO image must be specified.
1172 if [[ -z "$ISO" ]]
1174 gettext "Please specify ISO image file (-o option).\n"
1180 # If user doesn't specify ISO label, use the Solaris_* directory name
1209 ISO=