Tomas-M / linux-live

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

Extension of functionality of filters load, noload #263

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