From dd5fda333fd09f7654d1d4beef5248c0ac4c9bed Mon Sep 17 00:00:00 2001 From: Daniel Moore Date: Wed, 14 Mar 2001 23:51:33 +0000 Subject: [PATCH] fix after xfs_support change & tweak reboot --- tools/auto-qa | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/auto-qa b/tools/auto-qa index 928593c7..89796d0d 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -192,7 +192,8 @@ _sudo() _restart() { - exec $ROOT/su -c "(shutdown -r 2 \"auto-qa rebooting\" ; reboot )&" < /dev/null + # erk - why won't this thing reboot reliably?? + exec $ROOT/su -c "(shutdown -r 2 \"auto-qa rebooting\" ; sleep 10 ; reboot ; sleep 10 ; reboot )&" < /dev/null } _update_autoqa_file() @@ -444,7 +445,7 @@ do _log " *** kernel modules" ls -l /lib/modules/$VERSION$EXTRA/kernel/fs/pagebuf/* \ /lib/modules/$VERSION$EXTRA/kernel/fs/xfs/* \ - /lib/modules/$VERSION$EXTRA/kernel/fs/xfs/support/* + /lib/modules/$VERSION$EXTRA/kernel/fs/xfs_support/* if [ $MODULAR -eq 0 ] then -- 2.47.3