Undoes mod: 2.4.x-xfs:slinx:84968a
(auto-qa must be a link into it's own source tree
so it can update itself)
- copy an appropriate .config file to
(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-xfs-qa.config
+ $HOME/qa/$HOSTNAME.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
- 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
- chmod 6755 $HOME/qa/su
- add the soon to be kernel to /etc/lilo.conf
- chmod 6755 $HOME/qa/su
- 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
append = "console=ttyS0,38400n8"
label=linux-xfs-qa
append = "console=ttyS0,38400n8"
# configuration (you could tune this)
EXTRA="-xfs-qa"
# configuration (you could tune this)
EXTRA="-xfs-qa"
BOOT="/boot"
SOAK_PASSES="-1"
SOAK_STRESS="10000"
BOOT="/boot"
SOAK_PASSES="-1"
SOAK_STRESS="10000"
SUDO="su -c"
IMAGE="$BOOT/vmlinuz-$VERSION$EXTRA"
SYSTEMMAP="$BOOT/System.map-$VERSION$EXTRA"
SUDO="su -c"
IMAGE="$BOOT/vmlinuz-$VERSION$EXTRA"
SYSTEMMAP="$BOOT/System.map-$VERSION$EXTRA"
-CONFIG="$ROOT/$HOST-$VERSION$EXTRA.config"
+CONFIG="$ROOT/$HOST.config"
MODULES="/lib/modules/$VERSION$EXTRA"
COMMON_CONFIG="$WORKAREA/cmd/xfstests/common.config"
SH="/bin/sh"
MODULES="/lib/modules/$VERSION$EXTRA"
COMMON_CONFIG="$WORKAREA/cmd/xfstests/common.config"
SH="/bin/sh"