diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2017-06-06 11:39:28 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2017-06-07 09:09:31 +0000 |
commit | 6f2af94226caa4a816a7004a39c8ffca4d465f19 (patch) | |
tree | cb0a0bc71f523d90eae9d85ca5943758cdff8dbc /meta-intel-extras/recipes | |
parent | ede7953c0f883967298bb3032a65911d36b7cdb5 (diff) | |
download | meta-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/recipes')
-rw-r--r-- | meta-intel-extras/recipes/grub/grub-efi/grub.cfg | 2 |
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 |
2 | serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 | 2 | serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 |
3 | default=boot | 3 | default=boot |
4 | timeout=10 | 4 | timeout=0 |
5 | 5 | ||
6 | menuentry 'boot' { | 6 | menuentry 'boot' { |
7 | linux /boot/bzImage root=LABEL=rootfs | 7 | linux /boot/bzImage root=LABEL=rootfs |