further shorten the homepage text
parent
aacde2846d
commit
afb4cb878e
|
@ -3,42 +3,34 @@ title: Libreboot project
|
||||||
...
|
...
|
||||||
|
|
||||||
Libreboot is
|
Libreboot is
|
||||||
[freedom-respecting](https://www.gnu.org/philosophy/free-sw.html)
|
[freedom-respecting](https://www.gnu.org/philosophy/free-sw.html) *boot
|
||||||
*boot firmware* that initializes the hardware (e.g. memory controller, CPU,
|
firmware* that initializes the hardware (e.g. memory controller, CPU,
|
||||||
peripherals) in your computer and starts a bootloader for your operating
|
peripherals) on [specific Intel/AMD x86 computers](docs/hardware/) and starts
|
||||||
system. It replaces proprietary BIOS/UEFI firmware. Libreboot works
|
a bootloader for your operating system. [GNU+Linux](docs/gnulinux/)
|
||||||
on [specific Intel/AMD x86 platforms](docs/hardware/), with decent
|
and [BSD](docs/bsd/) are well-supported. It replaces proprietary BIOS/UEFI
|
||||||
[GNU+Linux](docs/gnulinux/) and [BSD](docs/bsd/) support. Help is available
|
firmware. Help is available
|
||||||
via [\#libreboot](https://web.libera.chat/#libreboot) on
|
via [\#libreboot](https://web.libera.chat/#libreboot)
|
||||||
[Libera](https://libera.chat/) IRC. *The latest release is Libreboot
|
on [Libera](https://libera.chat/) IRC.
|
||||||
20210522, from 22 May 2021.*
|
|
||||||
|
|
||||||
Libreboot is a [Free software](https://www.gnu.org/philosophy/free-sw.html)
|
Libreboot is a [free software](https://www.gnu.org/philosophy/free-sw.html)
|
||||||
project, but can be considered Open Source.
|
project, but can be considered Open Source.
|
||||||
[GNU teaches
|
[GNU teaches
|
||||||
us](https://www.gnu.org/philosophy/open-source-misses-the-point.en.html)
|
us](https://www.gnu.org/philosophy/open-source-misses-the-point.en.html)
|
||||||
why you should call it *free software* or *libre software*. Free software
|
why you should call it *free software* or *libre software*. Free software
|
||||||
matters. [Right to Repair](https://vid.puffyan.us/watch?v=Npd_xDuNi9k) matters.
|
matters. [Right to repair](https://vid.puffyan.us/watch?v=Npd_xDuNi9k) matters.
|
||||||
|
|
||||||
Libreboot uses [coreboot](https://www.coreboot.org/) for
|
Libreboot uses [coreboot](https://www.coreboot.org/) for
|
||||||
[hardware initialization](https://doc.coreboot.org/getting_started/architecture.html).
|
[hardware initialization](https://doc.coreboot.org/getting_started/architecture.html).
|
||||||
However, *coreboot* is notoriously difficult to configure by non-technical
|
However, *coreboot* is notoriously difficult to configure and compile for
|
||||||
users. There are many complicated steps, and coreboot only handles basic
|
non-technical users. coreboot only handles basic hardware initialization before
|
||||||
hardware initialization before jumping to a
|
jumping to a separate [payload](https://doc.coreboot.org/payloads.html) program
|
||||||
separate [payload](https://doc.coreboot.org/payloads.html) program, which
|
(e.g. [GRUB](https://www.gnu.org/software/grub/),
|
||||||
could be anything (e.g.
|
[Tianocore](https://www.tianocore.org/)), which the user must also configure.
|
||||||
[Linux](https://www.fsfla.org/ikiwiki/selibre/linux-libre/),
|
|
||||||
[GRUB](https://www.gnu.org/software/grub/),
|
|
||||||
[SeaBIOS](https://www.seabios.org/SeaBIOS),
|
|
||||||
[Tianocore](https://www.tianocore.org/)).
|
|
||||||
|
|
||||||
Libreboot solves this problem. It is a *coreboot distribution*,
|
Libreboot solves this problem. It is a *coreboot distribution* with
|
||||||
just like [Parabola](https://www.parabola.nu/) is a *GNU+Linux distribution*.
|
an [automated build system](docs/build/) that downloads,
|
||||||
Libreboot has an [automated build system](docs/build/) that downloads,
|
patches and builds complete *ROM images* for easy installation, with regular
|
||||||
patches and builds software like coreboot, GRUB and SeaBIOS to build a
|
releases and user-friendly documentation.
|
||||||
complete *ROM image* for firmware installation, just like a GNU+Linux
|
|
||||||
distribution provides an ISO image for OS installation. Libreboot regularly
|
|
||||||
re-bases on the latest versions of coreboot and other upstream projects.
|
|
||||||
|
|
||||||
Libreboot has advanced features like
|
Libreboot has advanced features like
|
||||||
[encrypted /boot/](docs/gnulinux/encrypted_debian.md) and [GPG support](docs/gnulinux/grub_hardening.html).
|
[encrypted /boot/](docs/gnulinux/encrypted_debian.md) and [GPG support](docs/gnulinux/grub_hardening.html).
|
||||||
|
|
Loading…
Reference in New Issue