update for new release

This commit is contained in:
longpanda
2020-08-29 13:12:36 +08:00
parent 1bf3e73373
commit 8dce0adda6
110 changed files with 2610 additions and 103 deletions

View File

@@ -92,6 +92,10 @@ ventoy_get_os_type() {
fi
fi
if $GREP -q 'ventoyos=' /proc/cmdline; then
$SED "s/.*ventoyos=\([a-zA-Z0-9_-]*\).*/\1/" /proc/cmdline; return
fi
echo "default"
}