summaryrefslogtreecommitdiff
path: root/archlive_install
blob: bdb5857e3363c67115c7983fb5315443a0f93dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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_binary /bin/mount /bin/mount.full
    add_dir /real_root
    add_dir /tmpfs
    SCRIPT="archlive"
}