Searched refs:vmz (Results 1 – 1 of 1) sorted by relevance
402 if [ -z "$cacheit" -o ! -f "$vmz$compression" -o "$vmz$compression" -ot "$kernel" ]; then409 gzip -n -f -9 "$vmz.$$"415 lzop -f -9 "$vmz.$$"425 mv -f "$vmz.$$$compression" "$vmz$compression"427 vmz="$vmz.$$"430 rm -f $vmz.$$433 vmz="$vmz$compression"465 $uboot_version -d "$vmz" "$ofile"467 rm -f "$vmz"487 rm -f "$vmz"[all …]
Completed in 3 milliseconds