From 27940c420f01f550f36c3aa25633b43a4f2a2069 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 3 Feb 2012 11:13:37 -0300 Subject: [archiso] Misc style cleanups * Add #!/bin/bash to install hooks and fixed vimlines. * Removed empty variables. * Reorder variables, adjust brace/parens in functions. * Removed things implemented in base hook (/tmp, /etc/fstab). Signed-off-by: Gerardo Exequiel Pozzi --- archiso/install/archiso_pxe_http | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'archiso/install/archiso_pxe_http') diff --git a/archiso/install/archiso_pxe_http b/archiso/install/archiso_pxe_http index 38a8ee5..9e2ff65 100644 --- a/archiso/install/archiso_pxe_http +++ b/archiso/install/archiso_pxe_http @@ -1,18 +1,15 @@ -# vim: set ft=sh: +#!/bin/bash -build () -{ - MODULES="" - BINARIES="" - FILES="" +build() { SCRIPT="archiso_pxe_http" add_binary curl } -help () -{ +help() { cat<