aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-debian/grub/grub-fastboot.cfg
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo.salveti@linaro.org>2016-02-29 20:55:57 -0300
committerRicardo Salveti <ricardo.salveti@linaro.org>2016-02-29 21:02:13 -0300
commitb0f4008108d16ef6f0f8d31c5609ab3df2bf8657 (patch)
tree629acc29934de924491c8a507d36e9da020dc84f /96boards-reference-platform-debian/grub/grub-fastboot.cfg
parent2b89c5e4eb765ffda6e23e45483afe9d723ca674 (diff)
96boards-reference-platform-debian: release updates for hikey
* Installing grub2 by default * Making grub.cfg compatible to what gets created with update-grub2 * Including libgl1-mesa-dri and xserver-xorg-video-armsoc by default * Removing staging, we just need linaro-overlay now Change-Id: Ia25bdcce4bee237ee03a5c0d1ce85661c2a4bd00 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to '96boards-reference-platform-debian/grub/grub-fastboot.cfg')
-rw-r--r--96boards-reference-platform-debian/grub/grub-fastboot.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/96boards-reference-platform-debian/grub/grub-fastboot.cfg b/96boards-reference-platform-debian/grub/grub-fastboot.cfg
new file mode 100644
index 0000000000..19538d7c52
--- /dev/null
+++ b/96boards-reference-platform-debian/grub/grub-fastboot.cfg
@@ -0,0 +1,4 @@
+menuentry 'Fastboot' {
+ search.fs_label boot boot_part
+ chainloader ($boot_part)/EFI/BOOT/fastboot.efi
+}