Add F5 Tools ---> Hardware Information menu

This commit is contained in:
longpanda
2022-04-06 19:12:59 +08:00
parent c3c8100866
commit 132649c4e5
31 changed files with 668 additions and 5 deletions

View File

@@ -225,7 +225,11 @@ ventoy_check_dm_module() {
ventoy_need_dm_patch() {
if [ "$VTOY_LINUX_REMOUNT" != "01" ]; then
$BUSYBOX_PATH/false; return
if $GREP -q 'VTOY_LINUX_REMOUNT=1' /proc/cmdline; then
:
else
$BUSYBOX_PATH/false; return
fi
fi
if $GREP -q 'device-mapper' /proc/devices; then