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