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:
parent
fccb39dcd8
commit
8ada60b175
@ -1,4 +1,3 @@
|
||||
# vim: set ft=sh:
|
||||
run_hook ()
|
||||
{
|
||||
if [ "x${ramdisk_size}" = "x" ]; then
|
||||
@ -48,3 +47,5 @@ run_hook ()
|
||||
/bin/umount /dev
|
||||
exec /bin/run-init -c /dev/console /real_root /sbin/init ${CMDLINE}
|
||||
}
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:
|
||||
|
@ -1,4 +1,3 @@
|
||||
# vim: set ft=sh:
|
||||
run_hook ()
|
||||
{
|
||||
msg ":: Scanning for boot cdrom device..."
|
||||
@ -28,3 +27,5 @@ run_hook ()
|
||||
export BOOT_MOUNT="${bootmnt}"
|
||||
fi
|
||||
}
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:
|
||||
|
@ -1,4 +1,3 @@
|
||||
# vim: set ft=sh:
|
||||
run_hook ()
|
||||
{
|
||||
msg ":: Scanning for boot usb device..."
|
||||
@ -28,3 +27,5 @@ run_hook ()
|
||||
export BOOT_MOUNT="${bootmnt}"
|
||||
fi
|
||||
}
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:
|
||||
|
@ -1,4 +1,3 @@
|
||||
# vim: set ft=sh:
|
||||
install ()
|
||||
{
|
||||
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
|
||||
SCRIPT="archiso"
|
||||
}
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:
|
||||
|
@ -1,4 +1,3 @@
|
||||
# vim: set ft=sh:
|
||||
install ()
|
||||
{
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
@ -6,3 +5,5 @@ install ()
|
||||
FILES=""
|
||||
SCRIPT="boot-cd"
|
||||
}
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:
|
||||
|
@ -1,4 +1,3 @@
|
||||
# vim: set ft=sh:
|
||||
install ()
|
||||
{
|
||||
MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs $(all_modules '/kernel/fs' | grep -v "nls") "
|
||||
@ -13,3 +12,5 @@ install ()
|
||||
FILES=""
|
||||
SCRIPT="boot-usb"
|
||||
}
|
||||
|
||||
# vim:ft=sh:ts=4:sw=4:et:
|
||||
|
Loading…
Reference in New Issue
Block a user