initrd/bin/root-hashes-gui.sh: Remove debug statement for non-LVM-PV

This statement was confusing and should be clear from tracing anyway.

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
Jonathon Hall 2024-01-17 16:29:50 -05:00
parent 80b57eb60d
commit ae29ddbc78
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114

View File

@ -167,7 +167,7 @@ find_lvm_vg_name() {
mkdir -p /tmp/root-hashes-gui
if ! lvm pvs "$DEVICE" >/tmp/root-hashes-gui/lvm_vg 2>/dev/null; then
DEBUG "Did not detect an LVM2 PV: $DEVICE"
# It's not an LVM PV
return 1
fi