Skip to content

Commit 8225607

Browse files
committed
u-root: reword introduction
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent 54b8672 commit 8225607

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/u-root.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# All about u-root
22

3-
u-root is an embeddable root file system intended to be placed in a flash
4-
device as part of the firmware image, along with a Linux kernel. All the u-root
5-
utilities, roughly corresponding to standard Unix utilities, are written in [Go,
6-
a modern, type-safe language with garbage collection and language-level support
7-
for concurrency and inter-process communication](./u-root-golang.md).
3+
The [u-root project](https://u-root.org) consists of a build tool and sources to
4+
generate a root file system with boot loaders suitable to implement LinuxBoot.
5+
All the u-root utilities, roughly corresponding to standard Unix utilities, are
6+
written in [Go, a modern, type-safe language](./u-root-golang.md) with garbage
7+
collection and out-of-the-box support for concurrency.
88

99
u-root blurs the line between script-based distros such as Perl Linux[^24] and
1010
binary-based distros such as BusyBox[^26]. It has the flexibility of Perl Linux

0 commit comments

Comments
 (0)