summaryrefslogtreecommitdiff
path: root/Documentation/INSTALL.md
AgeCommit message (Collapse)Author
2021-04-09Documentation: Change make to ninja in the installation guide (#6199)breakgimme
2021-04-06Documentation: Add link to network booting guide to install guideDan MacDonald
2021-04-06Documentation: Update supported NICs and mention network boot support within ↵Dan MacDonald
install guide
2021-04-03Documentation: Clarify that AHCI is supported but may suffer from bugsLiav A
We do support AHCI now, but the implementation could be incomplete for some chipsets. Also, we should write the acronym "Non-volatile Memory Express" as NVMe. not NVME.
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2020-12-24Meta: Update install guide with link to hardware compatibility listDan MacDonald
2020-12-11Meta: Update bare metal installation guideDan MacDonald
2020-06-21Meta: tweak build-image-grub.sh to allow running `make grub-image`..Emanuele Torre
without sudo.
2020-05-28Meta: Move INSTALL.md into Documentation/Andreas Kling