Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/install/archiso_pxe_http
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-05-16 15:52:55 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-05-19 15:29:17 -0300
commited7b0f0a2fbf61c0175bab17818733741e27c043 (patch)
tree016e883725b71d73e3c626501bd8f9771a695702 /archiso/install/archiso_pxe_http
parentcaf3f7f2dc23e8e722f53268d873e2a8a40a67d1 (diff)
[archiso] use new mkinitcpio API in hooks
Needs mkinitcpio >= 0.9.0 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/install/archiso_pxe_http')
-rw-r--r--archiso/install/archiso_pxe_http2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiso/install/archiso_pxe_http b/archiso/install/archiso_pxe_http
index 9e2ff65..4e02f98 100644
--- a/archiso/install/archiso_pxe_http
+++ b/archiso/install/archiso_pxe_http
@@ -1,7 +1,7 @@
#!/bin/bash
build() {
- SCRIPT="archiso_pxe_http"
+ add_runscript
add_binary curl
}