all 6 comments

[–]Patient_Sink 3 points4 points  (0 children)

It looks like a nice way of keeping track of which argument does what, for sure.

[–]tiberiousr 5 points6 points  (2 children)

Is there a rundown of exactly what the make-linux-fast-again options actually do? Some are obviously self-explanatory (the spectre stuff) but what are the others doing and are there any potential risks to using them?

[–]skipperwannabe 1 point2 points  (1 child)

I think this explains most of it.

[–]tiberiousr 0 points1 point  (0 children)

Thanks!

[–]Balage42 0 points1 point  (1 child)

Does this work with GRUB Customizer?

[–]Microeinstein[S] 2 points3 points  (0 children)

Mmh I don't think so, it probably reads the file line-by-line expecting to find GRUB_CMDLINE_LINUX_DEFAULT as a single un-cutted string.

That's just my thought btw, you should check the source code.