aboutsummaryrefslogtreecommitdiffstats
path: root/build-grub2-instructions.txt
blob: fe2cf5ab23b3eea26ff79c727ee4da0fd653c8dd (plain)
1
2
3
4
5
6
7
# amd64-efi
./configure --with-platform=efi --target=x86_64
make

# armhf
./configure --target=arm-linux-gnueabihf
make