From 5df61f0c9e89725b59d0e975d6e320fa0ea579ba Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 25 Aug 2012 15:14:51 -0300 Subject: [archiso] Rework Makefile / Reorder files Signed-off-by: Gerardo Exequiel Pozzi --- archiso/install/archiso_pxe_nfs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 archiso/install/archiso_pxe_nfs (limited to 'archiso/install/archiso_pxe_nfs') diff --git a/archiso/install/archiso_pxe_nfs b/archiso/install/archiso_pxe_nfs deleted file mode 100644 index f8226e5..0000000 --- a/archiso/install/archiso_pxe_nfs +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -build() { - add_module "nfs" - - add_runscript - - add_binary /usr/lib/initcpio/nfsmount /bin/nfsmount -} - -help() { - cat <