#!/bin/sh

source ../Config.sh

# save initrd space on kimtester
if [ "$PP_PRODUCT" = "kimtestermst" ]; then exit 0; fi

pp_do "$@"
