Skip to content

Commit

Permalink
grub-mkrescue depends on mtools
Browse files Browse the repository at this point in the history
  • Loading branch information
rouseabout committed Jan 3, 2025
1 parent 6a6327c commit ea05fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install -y git curl build-essential nasm texinfo libgmp-dev libmpfr-dev libmpc-dev lzip e2tools grub2-common grub-pc-bin xorriso parted qemu-system-x86 tofrodos sysvbanner
- run: sudo apt-get update && sudo apt-get install -y git curl build-essential nasm texinfo libgmp-dev libmpfr-dev libmpc-dev lzip e2tools grub2-common grub-pc-bin mtools xorriso parted qemu-system-x86 tofrodos sysvbanner
- run: make cdrom.iso
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It has also been tested with various x86 emulators including Bochs (<https://boc
To build and boot *os* using QEMU, first install the prerequisites. The following command works on Debian/Ubuntu.

```
apt-get install -y git curl build-essential nasm texinfo libgmp-dev libmpfr-dev libmpc-dev lzip e2tools grub2-common grub-pc-bin xorriso parted qemu-system-x86 tofrodos sysvbanner
apt-get install -y git curl build-essential nasm texinfo libgmp-dev libmpfr-dev libmpc-dev lzip e2tools grub2-common grub-pc-bin mtools xorriso parted qemu-system-x86 tofrodos sysvbanner
```

Expand Down

0 comments on commit ea05fe2

Please sign in to comment.