Tomas-M / linux-live

Linux Live Kit
http://www.linux-live.org/
1.01k stars 250 forks source link

Extension of functionality of filters load, noload. #264

Closed crim50n closed 1 year ago

crim50n commented 1 year ago

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 The load and noload filters can also be specified as a range: noload=03-05 All of the formats in the examples will work similarly for the load filter.

Tomas-M commented 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

crim50n commented 1 year ago

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.