ISO/install/archiso
Dan McGee 8ada60b175 Update vim modelines on most files
Move the vim modelines to the bottom, and add the tab settings.

Signed-off-by: Dan McGee <dan@archlinux.org>
2007-10-10 22:34:28 -05:00

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: