summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-07-03 09:56:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-07-03 09:56:16 +0000
commitb92748505dfe98482f5010ffaaf40ec51f690ad4 (patch)
treeaa52d6d34237b49c9645dd0aa088b9c5bf906638
parenta359aad6ab1544def57faf2376e499549d6d21ce (diff)
downloaddrakx-backup-do-not-use-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar
drakx-backup-do-not-use-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar.gz
drakx-backup-do-not-use-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar.bz2
drakx-backup-do-not-use-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar.xz
drakx-backup-do-not-use-b92748505dfe98482f5010ffaaf40ec51f690ad4.zip
turn failing check_vendor into a warning
(since partners will create their own Flash)
-rw-r--r--rescue-Flash/scripts/rescue_common5
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 | \