summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/initramfs.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf
index a056469..b4a7dba 100644
--- a/conf/initramfs.conf
+++ b/conf/initramfs.conf
@@ -7,7 +7,7 @@
# Use busybox if available. You MUST use the -static version
#
-BUSYBOX=n
+BUSYBOX=y
#
# BOOT: [ local | nfs ]
@@ -28,7 +28,7 @@ BOOT=local
#
# list - Only include modules from the 'additional modules' list
#
-MODULES=list
+MODULES=most
#
# NFS Section of the config.
@@ -48,3 +48,8 @@ DEVICE=eth0
NFSROOT=auto
+# Hardcode partition to resume from so it doesn't have to be specified
+# on the command line. The command line will override this setting.
+
+#RESUME=
+