gnu: ipxe: Fix grammar.

* gnu/packages/bootloaders.scm (ipxe)[description]: Remove gratuitous
  use of "allows to".
This commit is contained in:
Vagrant Cascadian 2021-04-21 07:52:47 -07:00
parent c69c220ae2
commit 084d3cac2b
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -1207,8 +1207,8 @@ (define-public ipxe
(description "iPXE is a network boot firmware. It provides a full PXE
implementation enhanced with additional features such as booting from: a web
server via HTTP, an iSCSI SAN, a Fibre Channel SAN via FCoE, an AoE SAN, a
wireless network, a wide-area network, an Infiniband network. It allows to
control the boot process with a script. You can use iPXE to replace the
wireless network, a wide-area network, an Infiniband network. It
controls the boot process with a script. You can use iPXE to replace the
existing PXE ROM on your network card, or you can chainload into iPXE to obtain
the features of iPXE without the hassle of reflashing.")
(license license:gpl2+))))