diff --git a/pkg/implementation/physicaldrivegetter/rhel8.go b/pkg/implementation/physicaldrivegetter/rhel8.go index 177202c..2467c8c 100644 --- a/pkg/implementation/physicaldrivegetter/rhel8.go +++ b/pkg/implementation/physicaldrivegetter/rhel8.go @@ -244,7 +244,6 @@ func (r *RHEL8) listBlockDevices() ([]BlockDevice, error) { "--list", "--paths", "--bytes", - "--nodeps", "--output", "name,rota,size,type,tran,mountpoint,fstype,parttype", })