Skip to content

Commit 29a1145

Browse files
Add xorriso installation to GRUB bootable CD-ROM setup
1 parent d303811 commit 29a1145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Make a GRUB bootable CD-ROM
8484
run: |
85-
sudo apt-get install -y mtools
85+
sudo apt-get install -y mtools xorriso
8686
mkdir -p iso/boot/grub
8787
cat << EOF > iso/boot/grub/grub.cfg
8888
set default=0

0 commit comments

Comments
 (0)