summaryrefslogtreecommitdiffstats
path: root/meta-intel-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-06-06 11:39:28 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-06-07 09:09:31 +0000
commit6f2af94226caa4a816a7004a39c8ffca4d465f19 (patch)
treecb0a0bc71f523d90eae9d85ca5943758cdff8dbc /meta-intel-extras
parentede7953c0f883967298bb3032a65911d36b7cdb5 (diff)
downloadmeta-boot2qt-6f2af94226caa4a816a7004a39c8ffca4d465f19.tar.gz
NUC: remove grub boot timeout
Boot little bit faster without waiting for grub timeout Change-Id: I6f1a7f9b3dc7abed34fa73f78165c6eb651b36ce Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-intel-extras')
-rw-r--r--meta-intel-extras/recipes/grub/grub-efi/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel-extras/recipes/grub/grub-efi/grub.cfg b/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
index ca53537..287cf7c 100644
--- a/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
+++ b/meta-intel-extras/recipes/grub/grub-efi/grub.cfg
@@ -1,7 +1,7 @@
1# Created by meta-b2qt 1# Created by meta-b2qt
2serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 2serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
3default=boot 3default=boot
4timeout=10 4timeout=0
5 5
6menuentry 'boot' { 6menuentry 'boot' {
7 linux /boot/bzImage root=LABEL=rootfs 7 linux /boot/bzImage root=LABEL=rootfs