#! /bin/sh set -e if [ -x /usr/sbin/uuidd ] then /usr/sbin/uuidd -k || true fi exit 0