Author: hawk Date: Tue Jan 31 17:50:27 2006 New Revision: 6902 Modified: bootdisk/trunk/Makefile.am bootdisk/trunk/batch-installer/pci/check-mods.sh bootdisk/trunk/import-modules-dep.sh Log: - kernel 2.4.32-4
Modified: bootdisk/trunk/Makefile.am ============================================================================== --- bootdisk/trunk/Makefile.am (original) +++ bootdisk/trunk/Makefile.am Tue Jan 31 17:50:27 2006 @@ -2,7 +2,7 @@ # the name of dir in <arch> subtree # example: /PLD/installer/2.4-experimental INSTALLER_DIR := /PLD/inst/2.4.32-experimental -KERNEL_VER := 2.4.32-0.2BOOT +KERNEL_VER := 2.4.32-4BOOT FTP_DIST_DIR := /dists/2.0/PLD # as for now: # 2 - 2.2.* Modified: bootdisk/trunk/batch-installer/pci/check-mods.sh ============================================================================== --- bootdisk/trunk/batch-installer/pci/check-mods.sh (original) +++ bootdisk/trunk/batch-installer/pci/check-mods.sh Tue Jan 31 17:50:27 2006 @@ -4,7 +4,7 @@ # and remove all entries for which we don't have kernel module. # hawk (at) pld-linux.org -ver="2.4.32-0.2BOOT"; +ver="2.4.32-4BOOT"; modpath="/usr/lib/bootdisk/lib/modules/$ver/kernel/drivers"; OLDIFS=$IFS Modified: bootdisk/trunk/import-modules-dep.sh ============================================================================== --- bootdisk/trunk/import-modules-dep.sh (original) +++ bootdisk/trunk/import-modules-dep.sh Tue Jan 31 17:50:27 2006 @@ -3,7 +3,7 @@ # This script will import modules.dep for current kernel # hawk (at) pld-linux.org -kern="2.4.32-0.2BOOT" +kern="2.4.32-4BOOT" if [ ! -f "/usr/lib/bootdisk/lib/modules/$kern/modules.dep" ]; then echo "No modules.dep found, trying to create." _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
