diff --git a/content/_index.md b/content/_index.md index 5eff152..379bbd1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,11 +1,4 @@ -# Linux as Firmware - -**Tired of reinventing the wheel by implementing drivers for firmware again and again?**
-**Not with LinuxBoot!** - -### What? - -LinuxBoot is the concept of using a Linux kernel and runtime as a bootloader. +LinuxBoot is the concept of using a Linux kernel and initramfs as a bootloader. The [`linuxboot`](https://github.com/linuxboot/linuxboot) repository contains a build system implementing LinuxBoot primarily targeting servers and PCs, which @@ -13,7 +6,7 @@ started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google. ![](images/linuxboot_info.png) -### Why? +## Why? * Improves boot reliability by replacing lightly-tested firmware drivers with hardened Linux drivers. @@ -25,7 +18,7 @@ started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google. supercomputing systems -- wherever reliability and performance are paramount. -### LinuxBoot Book +## LinuxBoot Book The official documentation for LinuxBoot is the [LinuxBoot Book](https://book.linuxboot.org), where you can find information on how LinuxBoot works, how to build the various @@ -37,19 +30,6 @@ flavours (e.g. coreboot/LinuxBoot or UEFI PEI/LinuxBoot), the LinuxBoot is a Linux Foundation project and as such has a [technical charter]( ../../docs/Technical_Charter_01_25_18.pdf). -### Fortnightly meeting - -We had open meetings every two weeks welcoming everyone to discuss about the latest news, upcoming talks and events, and so on. - -The [meeting notes](https://docs.google.com/document/d/1ODqACyXvtRhTi8YHxg8Z386eQRuEEXu7YcQWQStCrvA/edit#heading=h.kogal719mll2) are kept in a Google doc. - - - - ### Contact * [Mailing list](https://groups.google.com/forum/#!forum/linuxboot) diff --git a/hugo.toml b/hugo.toml index 7c28093..6f71eb7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -14,7 +14,7 @@ pygmentsUseClassic = true [Params] useChroma = true - subtitle = "Let Linux do it" + subtitle = "Linux as a bootloader" logo = "images/logo.png" favicon = "images/favicon.ico" dateFormat = "January 2, 2006"