aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-debian/grub/grub-fastboot.cfg
diff options
context:
space:
mode:
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
+}