VTOY_LINUX_REMOUNT support for both 64bit(x86_64) and 32bit(i386) linux distro.

This commit is contained in:
longpanda
2022-01-12 10:24:44 +08:00
parent 76a6b8061c
commit e5fa5e6d84
5 changed files with 13 additions and 3 deletions

View File

@@ -256,6 +256,8 @@ ventoy_dm_patch() {
if echo $vtMType | $EGREP -i -q "x86.64|amd64"; then
vtKoName=dm_patch_64.ko
elif echo $vtMType | $EGREP -i -q "i[3-6]86"; then
vtKoName=dm_patch_32.ko
else
vtlog "unsupported machine type $vtMType"
return

Binary file not shown.