#!/bin/sh
# no need for the kernel in live root
# (unless it's a live-install):
# it's been booted already

[ -x /usr/sbin/live-install ] || rm -f /boot/*
