diff options
-rw-r--r-- | README.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.html b/README.html index 2a6e140..314461f 100644 --- a/README.html +++ b/README.html @@ -22,20 +22,20 @@ This overlay contains a few packages: </p> <ul> - <li>media-video/mplayer: mplayer with a patch for it's configure script to accept RISC-V</li> - <li>sys-apps/sysvinit: sysvinit patched so that the "reboot" command does the - same als "halt" because the Unmatched can't rebooti and will be stuck + <li>media-video/mplayer: Mplayer with a patch for it's configure script to accept RISC-V</li> + <li>sys-apps/sysvinit: Sysvinit patched so that the "reboot" command does the + same als "halt" because the Unmatched can't reboot and will be stuck if you do</li> <li>sys-boot/grub: Grub with patches to allow loading linux</li> <li>sys-boot/opensbi: OpenSBI with patches from SiFive</li> - <li>sys-boot/u-boot: u-boot with patches from SiFive. Also has USE flags to + <li>sys-boot/u-boot: U-Boot with patches from SiFive. Also has USE flags to set the CPU Frequency and prioritize EFI booting (required for grub)</li> - <li>sys-kernel/sifive-sources: gentoo-sources with patches from SiFive</li> + <li>sys-kernel/sifive-sources: Gentoo-sources with patches from SiFive</li> </ul> <h2>How to use this overlay?</h2> <p> - First you'll have to clone this overlay on a place you like. A common place - these days is <b>/var/db/repos</b>. So cd into that direcoty and use + First you'll have to clone this overlay on a place you like, a common place + these days is <b>/var/db/repos</b>. So cd into that directory and use <b>git clone https://code.pa4wdh.nl.eu.org/gentoo/unmatched-patchwork</b>, this will create a directory called unmatched-patchwork with the overlay in it. |