summaryrefslogtreecommitdiff
path: root/conf/initramfs.conf
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-06-08 21:13:41 +0000
committerJeff Bailey <jbailey@ubuntu.com>2005-06-08 21:13:41 +0000
commitde9c780f57ae626f05ec1c971c56648250cba03c (patch)
tree585d8515ef623e64b2800cc4266920fff1564940 /conf/initramfs.conf
Initial checkin
Diffstat (limited to 'conf/initramfs.conf')
-rw-r--r--conf/initramfs.conf50
1 files changed, 50 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
+