From 299e394053a53d1c5aff28b503aab5edd02e0047 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 21 Dec 2007 10:43:43 +0000 Subject: use Mdv_Flash label for v2.0 (instead of MDV_FLASH) --- rescue/Flash/scripts/rescue_common | 4 ++-- 1 file 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 -- cgit v1.2.1