bootdisk/trunk: Makefile.am batch-installer/pci/check-mods.sh
import-modules-dep.sh
hawk
cvs at pld-linux.org
Sat Dec 3 18:42:12 CET 2005
Author: hawk
Date: Sat Dec 3 18:42:09 2005
New Revision: 6588
Modified:
bootdisk/trunk/Makefile.am
bootdisk/trunk/batch-installer/pci/check-mods.sh
bootdisk/trunk/import-modules-dep.sh
Log:
- kernel 2.4.32
Modified: bootdisk/trunk/Makefile.am
==============================================================================
--- bootdisk/trunk/Makefile.am (original)
+++ bootdisk/trunk/Makefile.am Sat Dec 3 18:42:09 2005
@@ -1,8 +1,8 @@
# These parameters are configurable (preferably from make(1) command line)
# the name of dir in <arch> subtree
# example: /PLD/installer/2.4-experimental
-INSTALLER_DIR := /PLD/inst/2.4.31-experimental
-KERNEL_VER := 2.4.31-0.1BOOT
+INSTALLER_DIR := /PLD/inst/2.4.32-experimental
+KERNEL_VER := 2.4.32-0.2BOOT
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 Sat Dec 3 18:42:09 2005
@@ -4,7 +4,7 @@
# and remove all entries for which we don't have kernel module.
# hawk (at) pld-linux.org
-ver="2.4.31-0.1BOOT";
+ver="2.4.32-0.2BOOT";
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 Sat Dec 3 18:42:09 2005
@@ -3,7 +3,7 @@
# This script will import modules.dep for current kernel
# hawk (at) pld-linux.org
-kern="2.4.31-0.1BOOT"
+kern="2.4.32-0.2BOOT"
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