File tree Expand file tree Collapse file tree 3 files changed +2
-18
lines changed
Expand file tree Collapse file tree 3 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 1616 - name : install tools
1717 run : make prep
1818 - name : make move
19- run : make move GRUB=~/local/bin/
19+ run : make move GRUB=pt
2020
2121 - name : Upload Build files
2222 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change @@ -22,23 +22,7 @@ kernel/kernel.o
2222
2323prep :
2424 @printf " Preparing...\n"
25- @sudo apt-get install xorriso mtools grub-common
26- @mkdir -p ~ /local
27- @pushd ~ /local
28- @git clone https://git.savannah.gnu.org/git/grub.git
29- @sudo apt-get install \
30- make \
31- binutils \
32- bison \
33- gcc \
34- gettext \
35- flex
36- @cd grub
37- @./configure --with-platform=pc
38- @make
39- @sudo make install
40- @popd
41- @ls $(GRUB )
25+ @sudo apt-get install xorriso mtools grub-pc-bin grub-pc-bin-extra
4226
4327% .o : % .cpp
4428 @printf " \e[1;32m[1/3]Compiling $<\n\e[0m"
You can’t perform that action at this time.
0 commit comments