Closed crim50n closed 1 year ago
If I understand this right, you are suggesting to add syntax like 01-04 Well modules do not need to be numbered. I appreciate your effort but I am going to reject this change. Sorry
Either way, then we should at least fix what's already there. For example, the load filter in its current state is useless, it can only load modules created manually and placed in the modules folder.
The following formats for specifying the filter value are supported:
noload=03|04|05
,noload=desktop|apps|chromium
For compatibility with grub2, which does not allow the | character in kernel parameters:noload=03,04,05
,noload=desktop,apps,chromium
Theload
andnoload
filters can also be specified as a range:noload=03-05
All of the formats in the examples will work similarly for theload
filter.