#!/bin/sh -e

echo "# path to init system to use (leave blank to use the default)" > $1
echo "INIT=\"$2\"" >> $1
