Author: rmh
Date: 2006-02-10 13:07:38 +0000 (Fri, 10 Feb 2006)
New Revision: 1155

Modified:
   trunk/web/cdscripts/netinst.sh
Log:
Fix variable name.

Modified: trunk/web/cdscripts/netinst.sh
===================================================================
--- trunk/web/cdscripts/netinst.sh      2006-02-10 06:57:53 UTC (rev 1154)
+++ trunk/web/cdscripts/netinst.sh      2006-02-10 13:07:38 UTC (rev 1155)
@@ -39,7 +39,7 @@
 # get kernel and loader (this must be before loader.conf, so that it gets 
overwritten)
 tmp1=`mktemp -d`
 tar -C ${tmp1} -xzf base.tgz
-case ${distribution_lower} in
+case ${distribution_lowcase} in
   debian)
     dpkg --extract 
${tmp1}/var/cache/apt/archives/kfreebsd-loader_*_kfreebsd-i386.deb ${tmp}/
     kfreebsd_image=`echo 
${tmp1}/var/cache/apt/archives/kfreebsd-image-5.*-486_*_kfreebsd-i386.deb`


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to