index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-01-24 20:17:54 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2009-01-24 20:17:54 -0600 |
commit | 8a37489379914910a140c313ca50a5e502f9f92e (patch) | |
tree | d70947b516d40fa730c1d6cac4b231a5169822d2 /archiso/install | |
parent | 7b2dea215ed5a1a088c5cc5f40358094906a3487 (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..66b8579 --- /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: |