Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Created January 14, 2017 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umpirsky/c6520c039a8d1e94df3a677410f1dd2e to your computer and use it in GitHub Desktop.
Save umpirsky/c6520c039a8d1e94df3a677410f1dd2e to your computer and use it in GitHub Desktop.
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment