From b44179e2ae208b2888b578ac1d8c558a8c12dcd1 Mon Sep 17 00:00:00 2001 From: Daniel Moore Date: Mon, 5 Feb 2001 23:05:26 +0000 Subject: [PATCH] change 2.4.0 to 2.4 --- tools/README.auto-qa | 4 ++-- tools/auto-qa | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/README.auto-qa b/tools/README.auto-qa index 16689ea3..9fc03517 100644 --- a/tools/README.auto-qa +++ b/tools/README.auto-qa @@ -14,7 +14,7 @@ ______________________ ______________ (auto-qa must be a link into it's own source tree so it can update itself) - copy an appropriate .config file to - $HOME/qa/$HOSTNAME-2.4.0-xfs-qa.config + $HOME/qa/$HOSTNAME-2.4-xfs-qa.config - You'll need a hacked version of 'su' in $HOME/qa that lets your user su to root/root without a password (if you want to run from cron, it mustn't require @@ -24,7 +24,7 @@ ______________________ ______________ - chmod 6755 $HOME/qa/su - add the soon to be kernel to /etc/lilo.conf - image=/boot/vmlinuz-2.4.0-xfs-qa + image=/boot/vmlinuz-2.4-xfs-qa label=linux-xfs-qa append = "console=ttyS0,38400n8" diff --git a/tools/auto-qa b/tools/auto-qa index 646b6844..64c167ed 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -65,7 +65,7 @@ _fail() # configuration (you could tune this) EXTRA="-xfs-qa" -VERSION="2.4.0" +VERSION="2.4" BOOT="/boot" SOAK_PASSES="-1" SOAK_STRESS="10000" -- 2.47.3