summaryrefslogtreecommitdiff
path: root/install/archiso
blob: d75a57e274e7634745373c140e32f838df4f4326 (plain)
1
2
3
4
5
6
7
8
9
10
# vim: set ft=sh:
install ()
{
    MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
    BINARIES=""
    FILES=""
    add_dir /real_root
    add_dir /tmpfs
    SCRIPT="archlive"
}