storaged-project / blivet

A python module for configuration of block devices
GNU Lesser General Public License v2.1
98 stars 85 forks source link

Remove unused flags and do not read flags from boot command line #1194

Closed vojtechtrefny closed 7 months ago

vojtechtrefny commented 7 months ago

These flags are not used by Anaconda anymore or not used in our code at all. Blivet is now also used outside Anaconda so we should not try to parse kernel command line for flags and let Anaconda do it when it makes sense.