Magellan Linux

Diff of /smage/branches/alx-0_6_0/core/grub/alx/files/10_alx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2731 by niro, Sat Jul 2 11:52:56 2011 UTC revision 2732 by niro, Thu Aug 11 14:46:07 2011 UTC
# Line 51  if [ "x`${grub_probe} --device ${GRUB_DE Line 51  if [ "x`${grub_probe} --device ${GRUB_DE
51    fi    fi
52  fi  fi
53    
54    # check for special hardware
55    if [ -x "`which hwinfo`" ]
56    then
57     # zotac
58     if [ "x`hwinfo --bios --storage --pci | grep -i zotac 2> /dev/null || true`" != x ]
59     then
60     GRUB_CMDLINE_LINUX="rootdelay=8 ${GRUB_CMDLINE_LINUX}"
61     fi
62    fi
63    
64  linux_entry ()  linux_entry ()
65  {  {
66    os="$1"    os="$1"

Legend:
Removed from v.2731  
changed lines
  Added in v.2732