aboutsummaryrefslogtreecommitdiffstats
path: root/build-grub2-instructions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build-grub2-instructions.txt')
-rw-r--r--build-grub2-instructions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/build-grub2-instructions.txt b/build-grub2-instructions.txt
new file mode 100644
index 0000000..fe2cf5a
--- /dev/null
+++ b/build-grub2-instructions.txt
@@ -0,0 +1,7 @@
+# amd64-efi
+./configure --with-platform=efi --target=x86_64
+make
+
+# armhf
+./configure --target=arm-linux-gnueabihf
+make