69c9986a9c
Several small changes just as a shim to get everything to work. Signed-off-by: Simo Leone <simo@archlinux.org>
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="boot-cd"
|
|
}
|