#!/bin/sh
set -e

/usr/bin/kernel-install add "$1" "$2"

exit 0
