8ada60b175
Move the vim modelines to the bottom, and add the tab settings. Signed-off-by: Dan McGee <dan@archlinux.org>
10 lines
208 B
Bash
10 lines
208 B
Bash
install ()
|
|
{
|
|
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
|
|
BINARIES=""
|
|
FILES=""
|
|
SCRIPT="boot-cd"
|
|
}
|
|
|
|
# vim:ft=sh:ts=4:sw=4:et:
|