#!/bin/bash

set -e

rm -rf $(dirname ${2})/* /boot/{vmlinu*,initrd*}

exit 0
