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>
This commit is contained in:
Dan McGee 2007-10-10 20:12:47 -05:00 committed by Simo Leone
parent fccb39dcd8
commit 8ada60b175
6 changed files with 12 additions and 6 deletions

View File

@ -1,4 +1,3 @@
# vim: set ft=sh:
run_hook () run_hook ()
{ {
if [ "x${ramdisk_size}" = "x" ]; then if [ "x${ramdisk_size}" = "x" ]; then
@ -48,3 +47,5 @@ run_hook ()
/bin/umount /dev /bin/umount /dev
exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE} exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE}
} }
# vim:ft=sh:ts=4:sw=4:et:

View File

@ -1,4 +1,3 @@
# vim: set ft=sh:
run_hook () run_hook ()
{ {
msg ":: Scanning for boot cdrom device..." msg ":: Scanning for boot cdrom device..."
@ -28,3 +27,5 @@ run_hook ()
export BOOT_MOUNT="${bootmnt}" export BOOT_MOUNT="${bootmnt}"
fi fi
} }
# vim:ft=sh:ts=4:sw=4:et:

View File

@ -1,4 +1,3 @@
# vim: set ft=sh:
run_hook () run_hook ()
{ {
msg ":: Scanning for boot usb device..." msg ":: Scanning for boot usb device..."
@ -28,3 +27,5 @@ run_hook ()
export BOOT_MOUNT="${bootmnt}" export BOOT_MOUNT="${bootmnt}"
fi fi
} }
# vim:ft=sh:ts=4:sw=4:et:

View File

@ -1,4 +1,3 @@
# vim: set ft=sh:
install () install ()
{ {
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
@ -8,3 +7,5 @@ install ()
add_dir /tmpfs add_dir /tmpfs
SCRIPT="archiso" SCRIPT="archiso"
} }
# vim:ft=sh:ts=4:sw=4:et:

View File

@ -1,4 +1,3 @@
# vim: set ft=sh:
install () install ()
{ {
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") " MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
@ -6,3 +5,5 @@ install ()
FILES="" FILES=""
SCRIPT="boot-cd" SCRIPT="boot-cd"
} }
# vim:ft=sh:ts=4:sw=4:et:

View File

@ -1,4 +1,3 @@
# vim: set ft=sh:
install () install ()
{ {
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") " MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
@ -13,3 +12,5 @@ install ()
FILES="" FILES=""
SCRIPT="boot-usb" SCRIPT="boot-usb"
} }
# vim:ft=sh:ts=4:sw=4:et: