diff options
| author | Joerg Schirottke <master@kanotix.com> | 2014-03-16 11:09:08 +0100 |
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2014-03-16 20:08:36 +0100 |
| commit | f313b50513b7dbb8b41faa62397402aa1e24b62c (patch) | |
| tree | ed9366585d379c19272ddb356bc816ca44c06490 /config | |
| parent | 76cdd10650b84e531aa64b9f771ee498c09f213d (diff) | |
| download | kanotix-f313b50513b7dbb8b41faa62397402aa1e24b62c.zip kanotix-f313b50513b7dbb8b41faa62397402aa1e24b62c.tar.gz | |
add initramfs-nfs hook
Diffstat (limited to 'config')
| -rwxr-xr-x | config/chroot_local-hooks/initramfs-nfs | 3 |
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 |
