From b92748505dfe98482f5010ffaaf40ec51f690ad4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Jul 2007 09:56:16 +0000 Subject: turn failing check_vendor into a warning (since partners will create their own Flash) --- rescue-Flash/scripts/rescue_common | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'rescue-Flash') 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 | \ -- cgit v1.2.1