summaryrefslogtreecommitdiff
path: root/install/boot-usb
diff options
context:
space:
mode:
Diffstat (limited to 'install/boot-usb')
-rw-r--r--install/boot-usb3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/boot-usb b/install/boot-usb
index a1296f9..56302fd 100644
--- a/install/boot-usb
+++ b/install/boot-usb
@@ -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: