ISO/install/boot-usb
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

17 lines
459 B
Bash

install ()
{
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
MODULES="${MODULES} $(checked_modules "/usb/host" | grep -ve "_cs" -e "sl1811-hcd" -e "isp116x-hcd")"
MODULES=$(echo ${MODULES}) #trim whitespace
if [ "x${MODULES}" != "x" ]; then
MODULES="${MODULES} usb_storage sd_mod sr_mod"
fi
BINARIES=""
FILES=""
SCRIPT="boot-usb"
}
# vim:ft=sh:ts=4:sw=4:et: