summaryrefslogtreecommitdiff
path: root/archiso/initcpio/install/archiso_pxe_nbd
diff options
context:
space:
mode:
Diffstat (limited to 'archiso/initcpio/install/archiso_pxe_nbd')
-rw-r--r--archiso/initcpio/install/archiso_pxe_nbd4
1 files changed, 1 insertions, 3 deletions
diff --git a/archiso/initcpio/install/archiso_pxe_nbd b/archiso/initcpio/install/archiso_pxe_nbd
index 47d98ce..9fe3fdd 100644
--- a/archiso/initcpio/install/archiso_pxe_nbd
+++ b/archiso/initcpio/install/archiso_pxe_nbd
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
build() {
add_module "nbd"
@@ -13,5 +13,3 @@ cat<<HELPEOF
This hook loads the necessary modules for boot via PXE and NBD.
HELPEOF
}
-
-# vim: set ft=sh ts=4 sw=4 et: