summaryrefslogtreecommitdiff
path: root/install/boot-cd
diff options
context:
space:
mode:
Diffstat (limited to 'install/boot-cd')
-rw-r--r--install/boot-cd3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/boot-cd b/install/boot-cd
index 10577a9..6a48716 100644
--- a/install/boot-cd
+++ b/install/boot-cd
@@ -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: