2b5cd0819f
git-svn-id: http://phraktured.net/archiso@14 00a9fe69-e71b-0410-bb23-df0e5024db41
9 lines
199 B
Bash
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"
|
|
}
|