From 4a2acbbf0675cb5e585ea4a880eee2e8bda1d050 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 15 May 2012 23:33:15 +0400 Subject: [PATCH] Configure messages with prompt for manual reconfigure. --- sbin/snail.configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbin/snail.configure b/sbin/snail.configure index eb79e2b..b7dcbb7 100755 --- a/sbin/snail.configure +++ b/sbin/snail.configure @@ -11,6 +11,7 @@ elif [ -f /sys/kernel/debug/vgaswitcheroo/switch ]; then echo "vgaswitcheroo is OK! ;-)" else echo "No bbswitch/acpi_call/vgaswitcheroo found. Please configure/install one of them! ;-(" + echo "Also You can run 'snail.configure' manually when the problem is resolved." exit -1 fi @@ -21,6 +22,7 @@ if [ 0 -eq $? ]; then else echo "Test failed ;-(" echo "Probably you need to install standart nVidia driver or make a bug report..." + echo "Also You can run 'snail.configure' manually when the problem is resolved." exit -1 fi @@ -29,7 +31,7 @@ which dmidecode &>/dev/null if [ 0 -eq $? ]; then echo "dmidecode utility is OK! ;-)" else - echo "Please install dmidecode and run the script again." + echo "Please install dmidecode and run the 'snail.configure' script again." exit -1 fi