index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-03 18:08:57 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-03 18:08:57 -0300 |
commit | b3ed992bd86f935c8ea3c62053b00aafd42ddf42 (patch) | |
tree | 2e405e5f42786ca4a8f65ba457b0e472f3189487 /archiso/install/archiso_pxe_http | |
parent | f489ac19a69cf9cb3081e7f289ff362c84e1bf0e (diff) |
-rw-r--r-- | archiso/install/archiso_pxe_http | 18 |
diff --git a/archiso/install/archiso_pxe_http b/archiso/install/archiso_pxe_http new file mode 100644 index 0000000..9731732 --- /dev/null +++ b/archiso/install/archiso_pxe_http @@ -0,0 +1,18 @@ +# vim: set ft=sh: + +build () +{ + MODULES="" + BINARIES="" + FILES="" + SCRIPT="archiso_pxe_http" + + add_binary "/usr/bin/curl" +} + +help () +{ +cat<<HELPEOF + This hook loads the necessary modules for boot via PXE and HTTP/FTP with curl. +HELPEOF +} |