Add a small notice about the Fedora's support.

This commit is contained in:
Jose Pedro Oliveira
2013-08-22 18:13:31 +01:00
parent 6cb05c3762
commit 5b08af2e8d
+8
View File
@@ -637,6 +637,14 @@ function modprobe {
}
function all {
if [ "$DIST" = "Fedora" ]; then
printf "\nFedora 19 support status:\n"
printf "the install script options -b, -f, -n, and -p should work.\n\n"
printf "Just try:\n"
printf " install.sh -fnp\n"
printf "with Fedora's kernel (3.10) and openvswitch (1.10.0) packages.\n"
exit 3
fi
echo "Running all commands..."
kernel
mn_deps