summaryrefslogtreecommitdiff
path: root/install/boot-cd
blob: b7e82aec497f2df5d65efb46e2f64d1137feec20 (plain)
1
2
3
4
5
6
7
8
# 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=""
    SCRIPT="from-cd"
}