From f313b50513b7dbb8b41faa62397402aa1e24b62c Mon Sep 17 00:00:00 2001 From: Joerg Schirottke Date: Sun, 16 Mar 2014 11:09:08 +0100 Subject: add initramfs-nfs hook --- config/chroot_local-hooks/initramfs-nfs | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 config/chroot_local-hooks/initramfs-nfs 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 -- cgit v1.0