Skip to content

Commit a8e158a

Browse files
committed
* Updated Makefile to install grub-pc
1 parent 16edf58 commit a8e158a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ clean:
8686
.PHONY: Install-Grub-BIOS
8787
Install-Grub-BIOS:
8888
git clone https://git.savannah.gnu.org/git/grub.git
89-
sudo apt-get install build-essential autoconf automake
89+
sudo sed -i 's/# deb-src/deb-src/' /etc/apt/sources.list
90+
sudo apt update
91+
sudo apt-get install build-essential autoconf automake autopoint
92+
sudo apt-get build-dep grub-pc
9093
ls
9194
cd grub && \
9295
./bootstrap && \

0 commit comments

Comments
 (0)