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 1e4c839 commit fd8ecc8Copy full SHA for fd8ecc8
Makefile
@@ -89,8 +89,8 @@ Install-Grub-BIOS:
89
sudo apt-get install build-essential autoconf automake
90
cd grub
91
ls
92
- cd grub
93
- ./autogen.sh
94
- ./configure --prefix=$HOME/local --platform=pc-i386
+ ./grub/autogen.sh
+ ./grub/configure --prefix=$HOME/local --platform=pc-i386
+ pushd grub
95
make
96
sudo make install
0 commit comments