From 79dc4bdd48e8c35c7ebdf4efa7b0064b143d344c Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 31 May 2006 00:09:22 +0000 Subject: [PATCH] Branch b1_5 b=9853 add llite alias to modprobe.conf --- lustre/utils/cluster_scripts/module_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/utils/cluster_scripts/module_config.sh b/lustre/utils/cluster_scripts/module_config.sh index baff1eb..aadd139 100755 --- a/lustre/utils/cluster_scripts/module_config.sh +++ b/lustre/utils/cluster_scripts/module_config.sh @@ -27,6 +27,8 @@ generate_lnet_lines() { TMP_LINE="${NETWORKS}" echo ${START_MARKER} > ${MODLINES_FILE} + echo "# Lustre module options added automatically by `basename $0`" >> ${MODLINES_FILE} + echo "alias lustre llite" >> ${MODLINES_FILE} while true; do LNET_LINE=${TMP_LINE%%\\n*} echo ${LNET_LINE} >> ${MODLINES_FILE} -- 1.8.3.1