#!/bin/sh
#
# removes kernel modules from ramdisk
#
# runlevels: geexbox, install

rm -rf /lib/modules

exit 0
