Commit c83daa86 authored by longpanda's avatar longpanda
Browse files

Fix the check media issue for SUSE/openSUSE

parent dfcfaa99
......@@ -36,3 +36,7 @@ else
fi
/ventoy/busybox/sh /ventoy/hook/suse/udev_disk_hook.sh "${vtpart2#/dev/}"
if $GREP -q 'mediacheck=1' /proc/cmdline; then
ventoy_copy_device_mapper "${vtdiskname}"
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment