summaryrefslogtreecommitdiff
path: root/archiso/install
diff options
context:
space:
mode:
Diffstat (limited to 'archiso/install')
-rw-r--r--archiso/install/archiso_pxe_nfs14
1 files changed, 14 insertions, 0 deletions
diff --git a/archiso/install/archiso_pxe_nfs b/archiso/install/archiso_pxe_nfs
new file mode 100644
index 0000000..52be9f3
--- /dev/null
+++ b/archiso/install/archiso_pxe_nfs
@@ -0,0 +1,14 @@
+# vim: set ft=sh:
+
+build() {
+ MODULES="nfs"
+ SCRIPT="archiso_pxe_nfs"
+
+ add_binary "/lib/initcpio/nfsmount" "/bin/nfsmount"
+}
+
+help() {
+ cat <<HELPEOF
+ This hook loads the necessary modules for boot via PXE and NFS.
+HELPEOF
+}