Article 6GF6G Grub syntax

Grub syntax

by
will41
from LinuxQuestions.org on (#6GF6G)
I'm running Fedora 38 on a Lenovo laptop. My question is regarding syntax of statements in my grub file (and probably other files as well).
One line in my grub file says:
Code:GRUB_DEFAULT=savedAnother line says:
Code:GRUB_DISABLE_RECOVERY="true"Why is the word saved not enclosed in quotes and the word true is enclosed in quotes?
The following line, I think, does a couple of different things. I think one has to do with hiding the splash screen and the other has to with sleep state. Shouldn't those two phrases be enclosed in separate sets of quotes:?
Code:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash mem_sleep_default=deep"Thanks
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments