[Glibc-bsd-commits] r2350 - trunk/web/cdscripts

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sat Jan 17 23:18:07 UTC 2009


Author: aurel32
Date: 2009-01-17 23:18:07 +0000 (Sat, 17 Jan 2009)
New Revision: 2350

Modified:
   trunk/web/cdscripts/netinst.sh
Log:
Use kernel 7.1 for the installer


Modified: trunk/web/cdscripts/netinst.sh
===================================================================
--- trunk/web/cdscripts/netinst.sh	2009-01-12 14:26:59 UTC (rev 2349)
+++ trunk/web/cdscripts/netinst.sh	2009-01-17 23:18:07 UTC (rev 2350)
@@ -33,7 +33,7 @@
 case ${distribution_lowcase} in
   debian)
     dpkg --extract ${tmp1}/var/cache/apt/archives/kfreebsd-loader_*_${DEB_HOST_ARCH}.deb ${tmp}/
-    kfreebsd_image=`echo ${tmp1}/var/cache/apt/archives/kfreebsd-image-6.*-*_${DEB_HOST_ARCH}.deb`
+    kfreebsd_image=`echo ${tmp1}/var/cache/apt/archives/kfreebsd-image-7.*-*_${DEB_HOST_ARCH}.deb`
     dpkg --extract ${kfreebsd_image} ${tmp}/
     kfreebsd_version=`echo ${kfreebsd_image} | sed -e "s,.*/kfreebsd-image-,,g" -e "s,_.*,,g"`
   ;;




More information about the Glibc-bsd-commits mailing list