summaryrefslogtreecommitdiff
path: root/install/archiso
blob: ff3f64a6f9b80a0d28aafbe24c98ddf27f4a3d4d (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="archiso"
}