#!/bin/sh echo "downloading and installing dmraid-rc-script" wget "http://bugs.gentoo.org/attachment.cgi?id=52785&action=view" -O /etc/init.d/dmraid chmod +x /etc/init.d/dmraid CRITICAL_SERVICES="checkroot dmraid hostname modules checkfs localmount" echo $CRITICAL_SERVICES > /etc/runlevels/boot/.critical rc-update add dmraid boot rm /var/lib/init.d/dep* #delete old rc-depency-cache/tree depscan.sh echo "done."