index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archiso/install/archiso_pxe_nbd | 17 |
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: |