Closed RobertGiff closed 7 years ago
@RobertGiff for the Rust instructions, you can remove the temporary file and just pipe it to sh (you only need the temporary script if you aren't willing to answer shell prompts)
FYI, some information about the PR template:
The "- [ x]" should be "- [x]" https://github.com/blog/1825-task-lists-in-all-markdown-documents
Under testing, you normally include which of the tests (e.g. micro_booter
) you ran. That doesn't apply here as you're adding documentation, so "N/A" is fine.
@robertgiff we also need grub and iso utilities to make a composite bootable iso image, right?
@phanikishoreg making a composite bootable iso I believe just requires package grub-common to run command grub-mkrescue
. I'll post more if I find more to be required.
grub-mkrescue
depends on xorriso
and that is not part of grub-common
.
Interesting, when I run dpkg -S grub-mkrescue
to get the command's package I get grub-common. I assume xorriso also installs it?
Perhaps xoriso
maintainers are different, could be why grub-common
doesn't include it.
All I know is grub-mkrescue
requires xorriso
and we need to install them separately. ;-)
Thanks @RobertGiff !
Summary of this Pull Request (PR)
Update Composite installation guide with necessary Linux packages.
Intent for your PR
Choose one (Mandatory):
Reviewers (Mandatory):
@gparmer @maloneya @Others
Code Quality
As part of this pull request, I've considered the following:
Style:
Code Craftsmanship:
Testing
N/A