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