summaryrefslogtreecommitdiff
path: root/FAQ.mdwn
diff options
context:
space:
mode:
authorKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 17:35:07 +0200
committerKillian De Volder <killian.de.volderc@megasoft.be>2017-03-28 17:35:07 +0200
commit165dcf1edaae432ec6f56408fd58eb5ec448345f (patch)
tree9d1e159bc3bdbf249c30436c5a7587d47323dfcb /FAQ.mdwn
parent7db805786256eb1e666c14f54b5393db185a29ac (diff)
Added information about static binaries.
Diffstat (limited to 'FAQ.mdwn')
-rw-r--r--FAQ.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/FAQ.mdwn b/FAQ.mdwn
index d83ddca..b6c64ad 100644
--- a/FAQ.mdwn
+++ b/FAQ.mdwn
@@ -18,3 +18,16 @@ the new filesystem.
## Does bcachefs still have the bcache caching functionality of block devices ?
No.
+
+## Where do I obtain statically linked bcachefs-tool (for use in initramfs) ?
+
+You can either compile them yourself from source,
+or refer to your distribution on how to obtain a statically linked set.
+
+About:
+Statically linked programs have all the required dependencies compiled in.
+As such, they require no external libraries at runtime.
+This does however increase the size of the binary.
+
+
+