Skip to content
Snippets Groups Projects
Commit 277cda7b authored by udeved's avatar udeved
Browse files

kernels.cfg: remove mhwd and video args

parent 265f08a0
No related branches found
No related tags found
No related merge requests found
if cpuid -l; then
havekernel="Y"
title=""
for kopt in @ARCH@ $kopts @DEFAULT_ARGS@ @MHWD_ARGS@ @VIDEO_ARGS@ @BOOT_ARGS@; do
for kopt in @ARCH@ $kopts @DEFAULT_ARGS@ @BOOT_ARGS@; do
if [ -n "$title" ] ; then
title="$title $kopt";
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment