summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial.firmware_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.firmware_update b/etc/rc.initial.firmware_update
index 722a1f5..fef4296 100755
--- a/etc/rc.initial.firmware_update
+++ b/etc/rc.initial.firmware_update
@@ -157,7 +157,7 @@ function check_for_kernel_file() {
echo "\nPlease select which kernel you would like to use:\n";
echo "\n1. Standard Kernel";
echo "\n2. Embedded kernel (no video or keyboard)";
- echo "\nPlease enter a number [1-4]: ";
+ echo "\nPlease enter a number [1-2]: ";
$selection = strtoupper(chop(fgets($fp)));
switch ($selection) {
case "1":
OpenPOWER on IntegriCloud