There's a way to specify add_options instead of options parameter in the menuentry stanza. I have two questions about the two parameters since there's no real answer in the rEFInd manual that would clarify this.
Can add_options and options be mixed? Will the two following be concatenated into a longer one?
I'm asking because this would ease kernel options management -- you would need just to add # at the beginning of the line in order to comment the unneeded parameters instead of deleting them, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There's a way to specify
add_optionsinstead ofoptionsparameter in themenuentrystanza. I have two questions about the two parameters since there's no real answer in the rEFInd manual that would clarify this.add_optionsandoptionsbe mixed? Will the two following be concatenated into a longer one?add_options? For instance:I'm asking because this would ease kernel options management -- you would need just to add
#at the beginning of the line in order to comment the unneeded parameters instead of deleting them, etc.