summaryrefslogtreecommitdiff
path: root/install/boot-cd
diff options
context:
space:
mode:
Diffstat (limited to 'install/boot-cd')
-rw-r--r--install/boot-cd8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/boot-cd b/install/boot-cd
new file mode 100644
index 0000000..b7e82ae
--- /dev/null
+++ b/install/boot-cd
@@ -0,0 +1,8 @@
+# vim: set ft=sh:
+install ()
+{
+ MODULES="cdrom ide-cd ide-core ide-generic unionfs squashfs isofs $(all_modules '/kernel/fs' | grep -v "nls") "
+ BINARIES=""
+ FILES=""
+ SCRIPT="from-cd"
+}