mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
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:
parent
80b57eb60d
commit
ae29ddbc78
@ -167,7 +167,7 @@ find_lvm_vg_name() {
|
|||||||
|
|
||||||
mkdir -p /tmp/root-hashes-gui
|
mkdir -p /tmp/root-hashes-gui
|
||||||
if ! lvm pvs "$DEVICE" >/tmp/root-hashes-gui/lvm_vg 2>/dev/null; then
|
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
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user