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
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