--- smage/branches/alx-0_6_0/core/grub/alx/files/10_alx 2012/03/20 13:45:49 3354 +++ smage/branches/alx-0_6_0/core/grub/alx/files/10_alx 2012/03/20 14:16:21 3355 @@ -83,12 +83,12 @@ fi # maxdata / Intel i810 / i815 chipset - if [ "x`echo ${hwinfo} | grep -i i810> /dev/null || true`" != x ] + if [ "x`echo ${hwinfo} | grep -i i810 2> /dev/null || true`" != x ] then # disable KMS GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}" fi - if [ "x`echo ${hwinfo} | grep -i i815> /dev/null || true`" != x ] + if [ "x`echo ${hwinfo} | grep -i i815 2> /dev/null || true`" != x ] then # disable KMS GRUB_CMDLINE_LINUX="nomodeset ${GRUB_CMDLINE_LINUX}"