Searched refs:vmz (Results 1 – 1 of 1) sorted by relevance
385 if [ -z "$cacheit" -o ! -f "$vmz$compression" -o "$vmz$compression" -ot "$kernel" ]; then392 gzip -n -f -9 "$vmz.$$"398 lzop -f -9 "$vmz.$$"408 mv -f "$vmz.$$$compression" "$vmz$compression"410 vmz="$vmz.$$"413 rm -f $vmz.$$416 vmz="$vmz$compression"448 $uboot_version -d "$vmz" "$ofile"450 rm -f "$vmz"470 rm -f "$vmz"[all …]
Completed in 25 milliseconds