diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-03 09:56:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-03 09:56:16 +0000 |
commit | b92748505dfe98482f5010ffaaf40ec51f690ad4 (patch) | |
tree | aa52d6d34237b49c9645dd0aa088b9c5bf906638 | |
parent | a359aad6ab1544def57faf2376e499549d6d21ce (diff) | |
download | drakx-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar drakx-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar.gz drakx-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar.bz2 drakx-b92748505dfe98482f5010ffaaf40ec51f690ad4.tar.xz drakx-b92748505dfe98482f5010ffaaf40ec51f690ad4.zip |
turn failing check_vendor into a warning
(since partners will create their own Flash)
-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 | \ |