aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-headless/build-grub2-instructions.txt
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-11-06 17:32:20 +0100
committerVG <vg@devys.org>2016-11-06 17:32:20 +0100
commitfb6fa99c0da96a45d458b2ffa0b9b2fe8890ac36 (patch)
tree9d8e9346cf193b9115e6d4f98fbbfb2acc412226 /qemu-headless/build-grub2-instructions.txt
parent4f11597d495853c4ef8d10d9cadd13c231b2bec3 (diff)
downloaddebootstrap-scripts-fb6fa99c0da96a45d458b2ffa0b9b2fe8890ac36.tar.gz
debootstrap-scripts-fb6fa99c0da96a45d458b2ffa0b9b2fe8890ac36.tar.bz2
debootstrap-scripts-fb6fa99c0da96a45d458b2ffa0b9b2fe8890ac36.zip
move to a subdir since this repo will have other debootstrap scripts
Diffstat (limited to 'qemu-headless/build-grub2-instructions.txt')
-rw-r--r--qemu-headless/build-grub2-instructions.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu-headless/build-grub2-instructions.txt b/qemu-headless/build-grub2-instructions.txt
new file mode 100644
index 0000000..fe2cf5a
--- /dev/null
+++ b/qemu-headless/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