summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKim <kim.sidney@gmail.com>2017-11-18 01:33:32 +0100
committerGitHub <noreply@github.com>2017-11-18 01:33:32 +0100
commit48b49fe1d7776d3dbf30ad786f8a3fb7dafa07b1 (patch)
tree1f10c925ef2dddec830396c5548854b6148d351a /scripts
parent8917a36fc2384efc4fbe41ca4578d7f4191bf6d5 (diff)
downloadvyatta-cfg-system-48b49fe1d7776d3dbf30ad786f8a3fb7dafa07b1.tar.gz
vyatta-cfg-system-48b49fe1d7776d3dbf30ad786f8a3fb7dafa07b1.zip
removing first grub timeout
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-grub-setup7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup
index 7a5d3891..cf30cbb3 100755
--- a/scripts/vyatta-grub-setup
+++ b/scripts/vyatta-grub-setup
@@ -181,13 +181,6 @@ fi
echo -e "set root=(md/${ROOT_PARTITION#md})"
fi
- echo ""
- echo "echo -n Press ESC to enter the Grub menu..."
- echo "if sleep --verbose --interruptible 5 ; then"
- echo -e "\tterminal_input console serial"
- echo "fi"
- echo ""
-
# create xen kernels if they exist
XEN_OPTS='dom0_mem=512M xenheap_megabytes=128'
if [ -n "$xen_kernel_version" ]; then