summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/initramfs.conf50
-rw-r--r--conf/modules7
2 files changed, 57 insertions, 0 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf
new file mode 100644
index 0000000..a056469
--- /dev/null
+++ b/conf/initramfs.conf
@@ -0,0 +1,50 @@
+#
+# initramfs.conf
+#
+
+# BUSYBOX: [ y | n ]
+#
+# Use busybox if available. You MUST use the -static version
+#
+
+BUSYBOX=n
+
+#
+# BOOT: [ local | nfs ]
+#
+# local - Boot off of local media (harddrive, USB stick).
+#
+# nfs - Boot using an NFS drive as the root of the drive.
+#
+
+BOOT=local
+
+#
+# MODULES: [ most | dep | list ]
+#
+# most - Add all framebuffer, acpi, filesystem, and harddrive drivers.
+#
+# dep - Try and guess which modules to load.
+#
+# list - Only include modules from the 'additional modules' list
+#
+MODULES=list
+
+#
+# NFS Section of the config.
+#
+
+#
+# DEVICE: ...
+#
+# Specify the network device, like eth0
+#
+
+DEVICE=eth0
+
+#
+# NFSROOT: [ auto | HOST:MOUNT ]
+#
+
+NFSROOT=auto
+
diff --git a/conf/modules b/conf/modules
new file mode 100644
index 0000000..ee1310a
--- /dev/null
+++ b/conf/modules
@@ -0,0 +1,7 @@
+# List of modules that you want to include in your initramfs.
+# This might be good choices:
+#
+#ide-disk
+#ide-generic
+#ext2
+#ext3