blob: 6a487163a59158317515fb089282405272e45aa9 (
plain)
1
2
3
4
5
6
7
8
9
|
install ()
{
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
BINARIES=""
FILES=""
SCRIPT="boot-cd"
}
# vim:ft=sh:ts=4:sw=4:et:
|