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_nbd | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 archiso/install/archiso_pxe_nbd (limited to 'archiso/install/archiso_pxe_nbd') diff --git a/archiso/install/archiso_pxe_nbd b/archiso/install/archiso_pxe_nbd deleted file mode 100644 index 47d98ce..0000000 --- a/archiso/install/archiso_pxe_nbd +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -build() { - add_module "nbd" - - add_runscript - - add_binary nbd-client -} - -help() { -cat<