#!/bin/sh# set aoe to autoload by installing the# aliases in /etc/modprobe.conff=/etc/modprobe.confif test!-r$f||test!-w$f;thenecho"cannot configure $f for module autoloading" 1>&2exit 1figrep major-152 $f>/dev/nullif[$?= 1 ];thenecho alias block-major-152 aoe >>$fecho alias char-major-152 aoe >>$ffi