#!/bin/sh
# build-scripts use output from this script as part of filename
test -f /usr/local/bin/partition && exec /usr/local/bin/partition
hostname |sed -e 's/\..*//'
