--- mage/branches/alx-0_6_0/profiles/alx-060/forced-uninstall 2011/08/11 14:28:46 2730 +++ mage/branches/alx-0_6_0/profiles/alx-060/forced-uninstall 2011/08/11 14:51:25 2734 @@ -79,23 +79,6 @@ install -m0644 /lib/grub/*/video.lst /boot/grub/video.lst fi - # check for special hardware - if [[ -x $(which hwinfo) ]] - then - # zotac devices - if [[ ! -z $(hwinfo --bios --storage | grep -i zotac) ]] - then - grubopts="rootdelay=8" - echo "Special device 'ZOTAC' detected!" - fi - fi - - # fix grubconfig for special devices - if [[ -n ${grubopts} ]] - then - sed -i "s:^\(export GRUB_CMDLINE_LINUX=\).*:\1\"${grubopts}\":" /etc/conf.d/grub - fi - # update grub.cfg grub-mkconfig -o /boot/grub/grub.cfg