Comment 20 for bug 713088

Revision history for this message
Jonathan Yip (helkaluin) wrote : Re: [natty] plymouth boot screen corrupted with nouveau on Thinkpad T61

No, no. You can't just hash comment mid-quote. Do something like this:

 68 for word in $GRUB_CMDLINE_LINUX_DEFAULT; do
 69 if [ "$word" = splash ]; then
 70 # GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT vt.handoff=7"
 71 GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT"
 72 fi
 73 done