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

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