#!/bin/sh # set aoe to autoload by installing the # aliases in /etc/modprobe.d/ setglobal f = '/etc/modprobe.d/aoe.conf' if test ! -r $f || test ! -w $f { echo "cannot configure $f for module autoloading" !1 > !2 exit 1 } grep major-152 $f >/dev/null if test $Status = 1 { echo alias block-major-152 aoe >> $f echo alias char-major-152 aoe >> $f }