From d9f8977050f484daa3e14187c7692a273dc855b4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 5 Jul 2007 14:52:42 +0000 Subject: detect Flash v2.0 --- rescue/Flash/scripts/rescue_common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rescue') diff --git a/rescue/Flash/scripts/rescue_common b/rescue/Flash/scripts/rescue_common index 676a955da..97f25385d 100644 --- a/rescue/Flash/scripts/rescue_common +++ b/rescue/Flash/scripts/rescue_common @@ -3,8 +3,10 @@ function detect_version() { if has_label Share; then version="1.0" - else + elif has_label MDVUSBROOT; then version="1.05" + elif has_label MDV_FLASH; then + version="2.0" fi } -- cgit v1.2.1