Index: systems/Linux/2/check_lilo =================================================================== RCS file: /usr/local/taracvs/tiger-3.2/systems/Linux/2/check_lilo,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 check_lilo --- systems/Linux/2/check_lilo 27 May 2003 23:13:52 -0000 1.1.1.1 +++ systems/Linux/2/check_lilo 19 Oct 2003 07:10:18 -0000 @@ -104,7 +104,13 @@ then fi -file=/boot/grub/grub.conf +if [ -r /etc/grub.conf ] ; then + # SuSE uses /etc/grub.conf. + file=/etc/grub.conf +else + file=/boot/grub/grub.conf +fi + if [ -r $file ] then