We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e158a commit cea0c7bCopy full SHA for cea0c7b
Makefile
@@ -94,7 +94,7 @@ Install-Grub-BIOS:
94
cd grub && \
95
./bootstrap && \
96
./autogen.sh && \
97
- ./configure --prefix=$HOME/local --platform=pc-i386 && \
+ ./configure --prefix=$HOME/local --platform=pc && \
98
make && \
99
sudo make install && \
100
@echo Installed Grub-BIOS
0 commit comments