summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManuel Bentele2020-11-16 08:42:24 +0100
committerManuel Bentele2020-11-16 08:42:24 +0100
commit8e017bde7e260a8d0a262ba31df531e8385e96cb (patch)
tree3f996ec9accf095884437bfa9c2b86d84caf02bb /README.md
parent[BUILD] add support to locate build directory out of Git directory (diff)
downloadxloop-8e017bde7e260a8d0a262ba31df531e8385e96cb.tar.gz
xloop-8e017bde7e260a8d0a262ba31df531e8385e96cb.tar.xz
xloop-8e017bde7e260a8d0a262ba31df531e8385e96cb.zip
Add upstream and compatibility changes for Linux kernel 5.10 and 4.19
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1552091..8b06805 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ and the user space utility **xlosetup** to configure xloop devices. The xloop Li
- Archlinux with **Linux kernel 5.9.x** or **5.4.x**
- Ubuntu 20.04 with **Linux kernel 5.4.x**
+ - Ubuntu 18.04 with **Linux kernel 4.19.x**
- CentOS 8 with **Linux kernel 4.18.x**
@@ -45,6 +46,18 @@ apt-get install git \
rpm
```
+#### Ubuntu 18.04 with Linux kernel 4.19.x
+```shell
+apt-get install git \
+ make \
+ cmake \
+ gcc \
+ linux-headers-generic \
+ libcap-dev \
+ libncurses-dev \
+ rpm
+```
+
#### CentOS 8 with Linux kernel 4.18.x
```shell
yum install git \