#!/bin/sh set -e if test -f /etc/default/grub; then sed -i "s/GRUB_CMDLINE_LINUX_DEFAULT=\"quiet\"/GRUB_CMDLINE_LINUX_DEFAULT=\"quiet radeon.dpm=0\"/" /etc/default/grub fi