mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
back out 2.4.x-xfs:slinx:84968a and redo change
Undoes mod: 2.4.x-xfs:slinx:84968a
This commit is contained in:
@@ -14,7 +14,7 @@ ______________________ ______________
|
|||||||
(auto-qa must be a link into it's own source tree
|
(auto-qa must be a link into it's own source tree
|
||||||
so it can update itself)
|
so it can update itself)
|
||||||
- copy an appropriate .config file to
|
- copy an appropriate .config file to
|
||||||
$HOME/qa/$HOSTNAME-2.4-xfs-qa.config
|
$HOME/qa/$HOSTNAME.config
|
||||||
- You'll need a hacked version of 'su' in $HOME/qa that
|
- You'll need a hacked version of 'su' in $HOME/qa that
|
||||||
lets your user su to root/root without a password
|
lets your user su to root/root without a password
|
||||||
(if you want to run from cron, it mustn't require
|
(if you want to run from cron, it mustn't require
|
||||||
@@ -24,7 +24,7 @@ ______________________ ______________
|
|||||||
- chmod 6755 $HOME/qa/su
|
- chmod 6755 $HOME/qa/su
|
||||||
- add the soon to be kernel to /etc/lilo.conf
|
- add the soon to be kernel to /etc/lilo.conf
|
||||||
|
|
||||||
image=/boot/vmlinuz-2.4-xfs-qa
|
image=/boot/vmlinuz-2.4.0-xfs-qa
|
||||||
label=linux-xfs-qa
|
label=linux-xfs-qa
|
||||||
append = "console=ttyS0,38400n8"
|
append = "console=ttyS0,38400n8"
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -65,7 +65,7 @@ _fail()
|
|||||||
# configuration (you could tune this)
|
# configuration (you could tune this)
|
||||||
|
|
||||||
EXTRA="-xfs-qa"
|
EXTRA="-xfs-qa"
|
||||||
VERSION="2.4"
|
VERSION="2.4.1"
|
||||||
BOOT="/boot"
|
BOOT="/boot"
|
||||||
SOAK_PASSES="-1"
|
SOAK_PASSES="-1"
|
||||||
SOAK_STRESS="10000"
|
SOAK_STRESS="10000"
|
||||||
@@ -88,7 +88,7 @@ QADIR="$WORKAREA/cmd/xfstests"
|
|||||||
SUDO="su -c"
|
SUDO="su -c"
|
||||||
IMAGE="$BOOT/vmlinuz-$VERSION$EXTRA"
|
IMAGE="$BOOT/vmlinuz-$VERSION$EXTRA"
|
||||||
SYSTEMMAP="$BOOT/System.map-$VERSION$EXTRA"
|
SYSTEMMAP="$BOOT/System.map-$VERSION$EXTRA"
|
||||||
CONFIG="$ROOT/$HOST-$VERSION$EXTRA.config"
|
CONFIG="$ROOT/$HOST.config"
|
||||||
MODULES="/lib/modules/$VERSION$EXTRA"
|
MODULES="/lib/modules/$VERSION$EXTRA"
|
||||||
COMMON_CONFIG="$WORKAREA/cmd/xfstests/common.config"
|
COMMON_CONFIG="$WORKAREA/cmd/xfstests/common.config"
|
||||||
SH="/bin/sh"
|
SH="/bin/sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user