Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/hooks
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-03 18:08:57 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2011-12-03 18:08:57 -0300
commitb3ed992bd86f935c8ea3c62053b00aafd42ddf42 (patch)
tree2e405e5f42786ca4a8f65ba457b0e472f3189487 /archiso/hooks
parentf489ac19a69cf9cb3081e7f289ff362c84e1bf0e (diff)
[archiso] archiso_pxe_curl rename to archiso_pxe_http
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/hooks')
-rw-r--r--archiso/hooks/archiso_pxe_http (renamed from archiso/hooks/archiso_pxe_curl)4
1 files changed, 2 insertions, 2 deletions
diff --git a/archiso/hooks/archiso_pxe_curl b/archiso/hooks/archiso_pxe_http
index 8f3711c..7149013 100644
--- a/archiso/hooks/archiso_pxe_curl
+++ b/archiso/hooks/archiso_pxe_http
@@ -6,7 +6,7 @@ run_hook() {
archiso_curl_url=$(eval echo ${archiso_curl_url})
[[ -z "${curlspace_size}" ]] && curlspace_size="75%"
- mount_handler="archiso_pxe_curl_mount_handler"
+ mount_handler="archiso_pxe_http_mount_handler"
fi
}
@@ -27,7 +27,7 @@ _curl_get() {
fi
}
-archiso_pxe_curl_mount_handler () {
+archiso_pxe_http_mount_handler () {
newroot="${1}"
msg ":: Mounting /run/archiso/curlspace (tmpfs) filesystem, size='${curlspace_size}'"