Skip to content

hooks/resume: Fix resume device type check

Benjamin Drung requested to merge bdrung/initramfs-tools:resume into debian/latest

blkid will exit with success if it can gather information about the device, even if the device does not match the specified type.

This fixes the device type check by getting the type value and testing it directly.

Signed-off-by: Jeffery To jeffery.to@gmail.com

Merge request reports

Loading