Fedora: update status messages
This commit is contained in:
+6
-5
@@ -652,11 +652,12 @@ function modprobe {
|
|||||||
|
|
||||||
function all {
|
function all {
|
||||||
if [ "$DIST" = "Fedora" ]; then
|
if [ "$DIST" = "Fedora" ]; then
|
||||||
printf "\nFedora 19 support status:\n"
|
printf "\nFedora 18+ support (still work in progress):\n"
|
||||||
printf "the install script options -b, -f, -n, and -p should work.\n\n"
|
printf " * Fedora 18+ has kernel 3.10 RPMS in the updates repositories\n"
|
||||||
printf "Just try:\n"
|
printf " * Fedora 18+ has openvswitch 1.10 RPMS in the updates repositories\n"
|
||||||
printf " install.sh -fnp\n"
|
printf " * the install.sh script options [-bfnpvw] should work.\n"
|
||||||
printf "with Fedora's kernel (3.10) and openvswitch (1.10.0) packages.\n"
|
printf " * for a basic setup just try:\n"
|
||||||
|
printf " install.sh -fnpv\n\n"
|
||||||
exit 3
|
exit 3
|
||||||
fi
|
fi
|
||||||
echo "Installing all packages except for -eix (doxypy, ivs, nox-classic)..."
|
echo "Installing all packages except for -eix (doxypy, ivs, nox-classic)..."
|
||||||
|
|||||||
Reference in New Issue
Block a user