#!/bin/sh -e

clinst -Dm755 -t "$1/usr/bin" shinit poweroff
ln -s shinit   "$1/usr/bin/init"
ln -s poweroff "$1/usr/bin/reboot"