diff options
-rw-r--r-- | rescue/Flash/scripts/rescue_common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rescue/Flash/scripts/rescue_common b/rescue/Flash/scripts/rescue_common index f00cdb4dc..0001ca9b1 100644 --- a/rescue/Flash/scripts/rescue_common +++ b/rescue/Flash/scripts/rescue_common @@ -6,7 +6,7 @@ function detect_version() { version="1.0" elif has_label MDVUSBROOT; then version="1.05" - elif has_label MDV_FLASH; then + elif has_label Mdv_Flash; then version="2.0" fi usbroot_device=$_device @@ -28,7 +28,7 @@ function source_version_variables { boot_rel="/.boot" loopbacks_rel="/.loopbacks" elif [ "$_version" = "2.0" ]; then - label=MDV_FLASH + label=Mdv_Flash boot_rel="/.boot" loopbacks_rel="/.loopbacks" fi |