Skip to content
Snippets Groups Projects
Commit 5b08af2e authored by Jose Pedro Oliveira's avatar Jose Pedro Oliveira
Browse files

Add a small notice about the Fedora's support.

parent 6cb05c37
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment