Home
last modified time | relevance | path

Searched refs:GZIP_CMD (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh56 export GZIP_CMD=/usr/bin/gzip
140 [ -x $GZIP_CMD ] || compress=no
173 $GZIP_CMD -c "$path" > "$rdmnt/$path"
327 if [ $ISA = i386 ] && [ $compress = no ] && [ -x $GZIP_CMD ] ; then
328 $GZIP_CMD -c "$rdfile" > "${archive}-new"
355 if [ $? = 1 ] && [ -x $GZIP_CMD ] || [ "$ARCHIVE_SIZE" -lt 10000 ]
445 if [ -x "$GZIP_CMD" ]; then
446 $GZIP_CMD -c "$tarchive.cpio" > "$tarchive"