wizetek
Results
2
comments of
wizetek
Here is my quick workaround before running `archinstall`: 1. Edit `/usr/lib/python3.10/site-packages/archinstall/lib/installer.py` 2. Locate the line `root_partition = partition` (~1053) 3. Add below (within the `elif` block) `boot_partition = partition` ```...
I second that request in a broader sense. For example, _fbpanel_ has a "Generic monitor plugin" ([link](https://github.com/aanatoly/fbpanel/tree/master/plugins/genmon)). It would be very useful and flexible to display output of a user...