From 956f79703885044fe67045fe7c49d76713d4a8b2 Mon Sep 17 00:00:00 2001 From: scottl Date: Tue, 2 Jan 2007 04:51:26 +0000 Subject: [PATCH] Expand a comment for clarity and fix a missed substitution. --- tools/tools/mfi/runmegacli.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/tools/mfi/runmegacli.sh b/tools/tools/mfi/runmegacli.sh index c69ba2c5dc9..cf1f9386461 100644 --- a/tools/tools/mfi/runmegacli.sh +++ b/tools/tools/mfi/runmegacli.sh @@ -5,8 +5,9 @@ # that the MegaCLI binary has been installed in /compat/linux/usr/sbin/MegaCli. # The binary must also have been branded appropriately, and the COMPAT_LINUX, # LINPROCFS, and LINSYSFS options must be enabled. It is best to enable the -# COMPAT_LINUX option and compile the mfi driver into the kernel to ensure that -# all of the required driver bits are enabled. +# COMPAT_LINUX option and compile the mfi driver into the kernel, instead of +# loading it as a module, to ensure that all of the required driver bits are +# enabled. # megacli=/usr/sbin/MegaCli @@ -33,4 +34,4 @@ if [ "X$linuxver" != "X2.6" ]; then sysctl compat.linux.osrelease=$osrelease fi -chroot /compat/linux /usr/sbin/MegaCli $@ +chroot $linuxdir $megacli $@ -- 2.45.0