summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2014-03-16 11:09:08 +0100
committerHolger Paradies <retabell@gmx.de>2014-03-16 20:08:36 +0100
commitf313b50513b7dbb8b41faa62397402aa1e24b62c (patch)
treeed9366585d379c19272ddb356bc816ca44c06490 /config/chroot_local-hooks
parent76cdd10650b84e531aa64b9f771ee498c09f213d (diff)
downloadkanotix-f313b50513b7dbb8b41faa62397402aa1e24b62c.zip
kanotix-f313b50513b7dbb8b41faa62397402aa1e24b62c.tar.gz
add initramfs-nfs hook
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-xconfig/chroot_local-hooks/initramfs-nfs3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/initramfs-nfs b/config/chroot_local-hooks/initramfs-nfs
new file mode 100755
index 0000000..6f806b2
--- /dev/null
+++ b/config/chroot_local-hooks/initramfs-nfs
@@ -0,0 +1,3 @@
+#!/bin/sh
+# include nfsv2, nfsv3 and nfsv4 in initramfs
+printf 'nfsv2\nnfsv3\nnfsv4\n' > /usr/share/initramfs-tools/modules.d/nfs