diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-05-17 08:51:28 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-05-17 08:51:28 -0700 |
commit | d29b3a74e61e68ff04a65dd178e0f3e35594c7fa (patch) | |
tree | 1f57e35dc3aee39b813a6eed276994afe54fdb05 | |
parent | c4f132ec5c8801ed0a9536c903069e4375548083 (diff) | |
parent | d739bd3ac355e01469bdf95ca9ba84c09acd9847 (diff) | |
download | vyatta-cfg-quagga-d29b3a74e61e68ff04a65dd178e0f3e35594c7fa.tar.gz vyatta-cfg-quagga-d29b3a74e61e68ff04a65dd178e0f3e35594c7fa.zip |
Merge branch 'napa' of vm:vyatta/napa/vyatta-cfg-system into napa
-rwxr-xr-x | scripts/vyatta-grub-setup | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup index 8c57ccec..7bee1d4b 100755 --- a/scripts/vyatta-grub-setup +++ b/scripts/vyatta-grub-setup @@ -180,7 +180,6 @@ fi echo "echo -n Press ESC to enter the Grub menu..." echo "if sleep --verbose --interruptible 5 ; then" echo -e "\tterminal_input console serial" - echo -e "\tfi" echo "fi" echo "" |