bootdisk/trunk: Makefile.am batch-installer/pci/check-mods.sh import-modules-dep.sh

hawk cvs at pld-linux.org
Tue Jan 31 17:50:32 CET 2006


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."


More information about the pld-cvs-commit mailing list