summaryrefslogtreecommitdiff
path: root/archiso/install/archiso_pxe_nfs
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-04 15:33:55 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-04 15:33:55 -0300
commit6bdcc59f94ecd2fd84facda953f92e1d2a5cf727 (patch)
treee3348a3a05ae33a3d6040f2f7a38a260cdc4a065 /archiso/install/archiso_pxe_nfs
parent64a660adb9a1ad658874759c186e0e9cbf138e63 (diff)
updating all files
Diffstat (limited to 'archiso/install/archiso_pxe_nfs')
-rw-r--r--archiso/install/archiso_pxe_nfs16
1 files changed, 16 insertions, 0 deletions
diff --git a/archiso/install/archiso_pxe_nfs b/archiso/install/archiso_pxe_nfs
new file mode 100644
index 0000000..f7b6f5d
--- /dev/null
+++ b/archiso/install/archiso_pxe_nfs
@@ -0,0 +1,16 @@
+#!/bin/bash
+
+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
+}
+
+# vim: set ft=sh ts=4 sw=4 et: