diff options
Diffstat (limited to 'archiso/install/archiso_pxe_nbd')
-rw-r--r-- | archiso/install/archiso_pxe_nbd | 17 |
1 files changed, 0 insertions, 17 deletions
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<<HELPEOF - This hook loads the necessary modules for boot via PXE and NBD. -HELPEOF -} - -# vim: set ft=sh ts=4 sw=4 et: |