summarylogtreecommitdiffstats
path: root/aufs.install
diff options
context:
space:
mode:
Diffstat (limited to 'aufs.install')
-rw-r--r--aufs.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/aufs.install b/aufs.install
new file mode 100644
index 000000000000..3252ab83fb4c
--- /dev/null
+++ b/aufs.install
@@ -0,0 +1,13 @@
+post_install() {
+ KERNEL_VERSION=4.0-aufs_friendly
+ depmod $(cat /usr/lib/modules/extramodules-$KERNEL_VERSION/version)
+ echo 'Note: you may need to manually load the loop module before the aufs module.'
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}