diff -Naur initramfs-tools/conf/initramfs.conf initramfs-tools-modifyed/conf/initramfs.conf
--- initramfs-tools/conf/initramfs.conf	2010-07-06 10:58:32.000000000 +0000
+++ initramfs-tools-modifyed/conf/initramfs.conf	2010-07-31 03:50:50.000000000 +0000
@@ -46,14 +46,14 @@
 #
 
 #
-# BOOT: [ local | nfs ]
+# BOOT: [ local | nfs ]  --> DEPRECATED
 #
 # local - Boot off of local media (harddrive, USB stick).
 #
 # nfs - Boot using an NFS drive as the root of the drive.
 #
 
-BOOT=local
+#BOOT=local
 
 #
 # DEVICE: ...
diff -Naur initramfs-tools/init initramfs-tools-modifyed/init
--- initramfs-tools/init	2010-06-17 11:55:59.000000000 +0000
+++ initramfs-tools-modifyed/init	2010-07-31 03:53:25.000000000 +0000
@@ -186,6 +186,9 @@
 	esac
 done
 
+# If no others set BOOT to nfs or something, we set it local
+[ -z "${BOOT}" ] && BOOT=local
+
 if [ -n "${noresume}" ]; then
 	export noresume
 	unset resume
