Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/install/archiso_pxe_common
diff options
context:
space:
mode:
Diffstat (limited to 'install/archiso_pxe_common')
-rw-r--r--install/archiso_pxe_common4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/archiso_pxe_common b/install/archiso_pxe_common
index 458fa69..ad96c32 100644
--- a/install/archiso_pxe_common
+++ b/install/archiso_pxe_common
@@ -16,11 +16,11 @@ build() {
add_binary "$(readlink -f /usr/lib/libnss_dns.so.2)"
add_dir /etc
- echo "hosts: files dns" > "$BUILDROOT/etc/nsswitch.conf"
+ printf "hosts: files dns\n" >"$BUILDROOT/etc/nsswitch.conf"
}
help() {
-cat<<HELPEOF
+ cat <<HELPEOF
This hook loads the necessary modules for boot via PXE.
HELPEOF
}