Magellan Linux

Diff of /mage/branches/alx-0_6_0/include/alx.minc

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

revision 2204 by niro, Wed Jun 8 08:23:38 2011 UTC revision 2205 by niro, Wed Jun 8 09:13:05 2011 UTC
# Line 82  alx_grub_update() Line 82  alx_grub_update()
82   if [[ -x $(which hwinfo) ]]   if [[ -x $(which hwinfo) ]]
83   then   then
84   # zotac devices   # zotac devices
85   if [[ ! -z $(hwinfo --bios | grep -i zotac) ]]   if [[ ! -z $(hwinfo --bios --storage | grep -i zotac) ]]
86   then   then
87   grubopts="rootdelay=8"   grubopts="rootdelay=8"
88   echo "Special device 'ZOTAC' detected!"   echo "Special device 'ZOTAC' detected!"

Legend:
Removed from v.2204  
changed lines
  Added in v.2205