summaryrefslogtreecommitdiff
path: root/archiso/install/archiso-early
blob: 66b857965a91279813727e3451c137abd39e6898 (plain)
1
2
3
4
5
6
7
8
9
install ()
{
    MODULES=""
    BINARIES=""
    FILES=""
    SCRIPT="archiso-early"
}

# vim:ft=sh:ts=4:sw=4:et: