Skip to content

Commit 3509172

Browse files
Add comment to clarify GRUB bootable CD-ROM setup step in Makefile CI
1 parent b158aea commit 3509172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
install System.map ../iso/boot/System.map
8383
install .config ../iso/boot/config
8484
85+
# https://www.gnu.org/software/grub/manual/grub/html_node/Making-a-GRUB-bootable-CD_002dROM.html
8586
- name: Make a GRUB bootable CD-ROM
8687
run: |
8788
sudo apt-get install -y mtools xorriso

0 commit comments

Comments
 (0)