Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ make boot

You may need to install the following (unless you already have it):
* GRUB2 bootloader tools - `grub2-common` package (e.g. `apt install grub2-common`)
* ISO generation tools - `xorriso` package (e.g. `apt install xorriso`)
* ISO generation tools - `xorriso` and `mtools` package (e.g. `apt install xorriso mtools`)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mtools is needed for creating the ISO via grub-mkrescue? If so, you should mention that in the commit log, at least. However, it should already had been installed via the grub2-common package, as that depends on grub-common which "suggests" mtools. But yeah, it's not a strong dependency, so we may want to make it explicit.

#### Kernel image build (for example to be used with QEMU)

Expand Down