diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-08-06 19:44:02 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-24 23:53:53 +0200 |
commit | e2f0821b5a26bd7ee9d9db93358fa515eca98d1b (patch) | |
tree | 01927b5b4ec59f0e73a36682f1597ddca5338df1 /target/linux/uml/README.md | |
parent | 8bea5edf89e57c32b98620540a457441f5f8ddeb (diff) | |
download | upstream-e2f0821b5a26bd7ee9d9db93358fa515eca98d1b.tar.gz upstream-e2f0821b5a26bd7ee9d9db93358fa515eca98d1b.tar.bz2 upstream-e2f0821b5a26bd7ee9d9db93358fa515eca98d1b.zip |
uml: add Kernel 5.15 support via testing
Add the latest default Kernel for testing.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/uml/README.md')
-rw-r--r-- | target/linux/uml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/README.md b/target/linux/uml/README.md index 63c68db57f..9275f9891b 100644 --- a/target/linux/uml/README.md +++ b/target/linux/uml/README.md @@ -28,7 +28,7 @@ console prompt. If you would like it in xterms, substitute `con=xterm` and `con0=xterm`. **No networking is configured** but it's a starting point. The resulting file system has just enough free space to start kicking the tires and playing in the world of 'embedded routers' along with all the resource -restrictions that come with that world. +restrictions that come with that world. To configure networking and more refer to the *user mode linux* documentation online. A quick start goes along this line. Install the `uml-utilities` |