Exclude cd and loop devs
This commit is contained in:
@@ -64,10 +64,9 @@
|
||||
-->
|
||||
|
||||
|
||||
<!-- {% for disk in blockdevs["blockdevices"] if disk["name"] != "zram0"%} -->
|
||||
{% for disk in blockdevs["blockdevices"] if disk["name"] != "zram0" and disk["name"] != "loop0" and disk["name"] != "sr0" %}
|
||||
|
||||
<!--
|
||||
|
||||
<h1> Raw data </h1>
|
||||
{{ disk }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user