blob: 10577a955117409a05c5295822557a582397e0d6 (
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="boot-cd"
}
|