index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-18 00:10:39 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-18 00:10:39 -0300 |
commit | b7ca4bf281f0c5997fa8f52ed11d98dd32601f2c (patch) | |
tree | efa03035674ce9abec33a2e616bc6dd0c7014e00 /archiso/install/archiso_early | |
parent | be521f865831871c811e903a7a94feac2dedf988 (diff) |
-rw-r--r-- | archiso/install/archiso_early | 9 |
diff --git a/archiso/install/archiso_early b/archiso/install/archiso_early new file mode 100644 index 0000000..818fc7b --- /dev/null +++ b/archiso/install/archiso_early @@ -0,0 +1,9 @@ +install () +{ + MODULES="" + BINARIES="" + FILES="" + SCRIPT="archiso_early" +} + +# vim:ft=sh:ts=4:sw=4:et: |