summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-09-03 19:16:01 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-09-03 19:16:01 +0200
commit91da21fd08513302a25ae4db48c989160557f093 (patch)
tree3fdc7346d2568c0c4c028485f86174e184890a51
parent049e7af95d6211223642b8243d68056cc24137f7 (diff)
downloadgentoo-builder-91da21fd08513302a25ae4db48c989160557f093.tar.gz
gentoo-builder-91da21fd08513302a25ae4db48c989160557f093.tar.bz2
gentoo-builder-91da21fd08513302a25ae4db48c989160557f093.tar.xz
gentoo-builder-91da21fd08513302a25ae4db48c989160557f093.zip
Documentation update
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index 9734d17..3bad064 100644
--- a/README
+++ b/README
@@ -38,5 +38,14 @@ Idea:
'docker commit'.
- - Overall: This requires fast. I guess lvm based stuff is necessety.
-
+Problems:
+ - This requires large and fast storage. I guess overlayfs2 based stuff is helpful.
+
+ - It also requires a novel kernel on the docker machine. For instance, QT would not
+ compile on the old kernel. The library now may incorporate information about the minimum
+ kernel version which is required to run it, e.g.
+ readelf -n /usr/lib64/libQt5Core.so|grep Linux
+ OS: Linux, ABI: 3.17.0
+ However, such elf-header is (at the moment) also preventing it from linking. So, you not
+ only unable to run a novel QT with old kenrel, but also compile it.
+