fix after xfs_support change & tweak reboot

This commit is contained in:
Daniel Moore
2001-03-14 23:51:33 +00:00
parent ed3a28a5f3
commit dd5fda333f
+3 -2
View File
@@ -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