summarylogtreecommitdiffstats
path: root/asymmetricfs.install
diff options
context:
space:
mode:
authorDanny Su2015-06-08 09:03:31 -0700
committerDanny Su2015-06-08 09:03:31 -0700
commit8e971a7ea3f1fb1a8e57b493da3ea45432eb5c30 (patch)
tree5bb74050db86ce40b56f789d159ba8ba0c510d25 /asymmetricfs.install
downloadaur-8e971a7ea3f1fb1a8e57b493da3ea45432eb5c30.tar.gz
Initial import
Diffstat (limited to 'asymmetricfs.install')
-rw-r--r--asymmetricfs.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/asymmetricfs.install b/asymmetricfs.install
new file mode 100644
index 000000000000..60633ee19862
--- /dev/null
+++ b/asymmetricfs.install
@@ -0,0 +1,19 @@
+post_install() {
+
+ post_upgrade
+
+}
+
+post_upgrade() {
+
+cat << EOF
+
+ If you see error from mlockall, then you might need to increase the default
+ locked memory size allowed.
+
+ - Edit /etc/security/limits.conf
+ - Add "root - memlock [enough size in bytes for files you're using]"
+
+EOF
+
+}