summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.initial3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 962d97f..fc6d5b5 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -42,6 +42,7 @@ echo "4) Reset to factory defaults"
echo "5) Reboot system"
echo "6) Ping host"
echo "7) Shell"
+echo "8) PFtop"
echo
read -p "Enter a number: " opmode
@@ -70,6 +71,8 @@ case ${opmode} in
set prompt = "\n`/bin/hostname -s`# "
/bin/sh
;;
+8)
+ /usr/local/sbin/pftop
esac
done
OpenPOWER on IntegriCloud