Comment 1 for bug 1436348

Revision history for this message
Galen Thurber (godfree2) wrote :

line 117 of grub.cfg.new

}
function gfxmode {
 set gfxpayload="${1}"
 if [ "${1}" = "keep" ]; then
  set vt_handoff=vt.handoff=7
 else
  set vt_handoff=
 fi
}

 gfxmode $linux_gfx_mode