mirror of https://github.com/ventoy/Ventoy.git
Fix the check media issue for SUSE/openSUSE
This commit is contained in:
parent
dfcfaa9967
commit
c83daa86b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue