ISO/boot-cd_install
2006-09-28 04:36:34 +00:00

9 lines
199 B
Bash

# 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"
}