diff options
Diffstat (limited to 'rescue-Flash/scripts/rescue_common')
-rw-r--r-- | rescue-Flash/scripts/rescue_common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rescue-Flash/scripts/rescue_common b/rescue-Flash/scripts/rescue_common index 61718d52c..d09a3de1c 100644 --- a/rescue-Flash/scripts/rescue_common +++ b/rescue-Flash/scripts/rescue_common @@ -81,11 +81,8 @@ EOF if ! check_vendor; then echo - echo "This rescue system only works with Mandriva Flash keys." + echo "This is not an official Mandriva Flash key!" echo - umount $_tmpdir - rmdir $_tmpdir 2> /dev/null - return 1 fi cat /proc/mounts | grep $_tmpdir | cut -d' ' -f1 | \ |