Skip to content

Commit 3ee1c55

Browse files
orangecmspamolloy
authored andcommitted
remove superfluous headlines, reword runtime->initramfs
Reword the subtitle to referring to Linux as a bootloader. Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 8bf3013 commit 3ee1c55

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

content/_index.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
# Linux as Firmware
2-
3-
**Tired of reinventing the wheel by implementing drivers for firmware again and again?**</br>
4-
**Not with LinuxBoot!**
5-
6-
### What?
7-
8-
LinuxBoot is the concept of using a Linux kernel and runtime as a bootloader.
1+
LinuxBoot is the concept of using a Linux kernel and initramfs as a bootloader.
92

103
The [`linuxboot`](https://github.com/linuxboot/linuxboot) repository contains a
114
build system implementing LinuxBoot primarily targeting servers and PCs, which
125
started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google.
136

147
![](images/linuxboot_info.png)
158

16-
### Why?
9+
## Why?
1710

1811
* Improves boot reliability by replacing lightly-tested firmware drivers with
1912
hardened Linux drivers.
@@ -25,7 +18,7 @@ started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google.
2518
supercomputing systems -- wherever reliability and performance are
2619
paramount.
2720

28-
### LinuxBoot Book
21+
## LinuxBoot Book
2922

3023
The official documentation for LinuxBoot is the [LinuxBoot Book](https://book.linuxboot.org),
3124
where you can find information on how LinuxBoot works, how to build the various

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pygmentsUseClassic = true
1414

1515
[Params]
1616
useChroma = true
17-
subtitle = "Let Linux do it"
17+
subtitle = "Linux as a bootloader"
1818
logo = "images/logo.png"
1919
favicon = "images/favicon.ico"
2020
dateFormat = "January 2, 2006"

0 commit comments

Comments
 (0)