2006-08-30 07:32:35 +02:00
|
|
|
install ()
|
|
|
|
{
|
2006-09-11 10:36:37 +02:00
|
|
|
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
|
2006-08-30 07:32:35 +02:00
|
|
|
BINARIES=""
|
|
|
|
FILES=""
|
2007-10-05 21:27:52 +02:00
|
|
|
SCRIPT="boot-cd"
|
2006-08-30 07:32:35 +02:00
|
|
|
}
|
2007-10-11 03:12:47 +02:00
|
|
|
|
|
|
|
# vim:ft=sh:ts=4:sw=4:et:
|