aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-24 03:53:07 +0100
committerficus <ficus@robocracy.org>2012-11-24 03:53:07 +0100
commit9309b67e03d5cf468296b7716d1a9afefe890297 (patch)
treea6778fd5f5f1743b420369663e33154f0f5572fc
parent94f633aa81ce40b2dd1d8eb26b90575937572f72 (diff)
downloadtorouter-live-9309b67e03d5cf468296b7716d1a9afefe890297.tar.gz
torouter-live-9309b67e03d5cf468296b7716d1a9afefe890297.zip
don't need a rootdelay
-rw-r--r--doc/dreamplug.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/dreamplug.txt b/doc/dreamplug.txt
index f243f19..0ca8f9a 100644
--- a/doc/dreamplug.txt
+++ b/doc/dreamplug.txt
@@ -31,7 +31,7 @@ The desired u-boot configuration is:
bootcmd '${x_bootcmd_usb}; ${x_bootcmd_kernel}; ${x_bootcmd_initrd}; setenv bootargs ${x_bootargs} ${x_bootargs_root} ${x_bootargs_console}; bootm 0x6400000 0x6900000;'
x_bootcmd_kernel ext2load usb 1:1 0x6400000 live/uImage
x_bootcmd_initrd ext2load usb 1:1 0x6900000 live/uInitrd
- x_bootargs_root root=/dev/sdb1 rootdelay=4
+ x_bootargs_root root=/dev/sdb1
x_bootargs_console console=ttyS0,115200
x_bootargs boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot nonetworking
@@ -59,7 +59,7 @@ file size changes from exactly 196076 bytes):
setenv x_bootcmd_usb 'usb start'
setenv x_bootcmd_kernel ext2load usb 1:1 0x6400000 live/uImage
setenv x_bootcmd_initrd ext2load usb 1:1 0x6900000 live/uInitrd
- setenv x_bootargs_root root=/dev/sdb1 rootdelay=4
+ setenv x_bootargs_root root=/dev/sdb1
setenv x_bootargs_console console=ttyS0,115200
setenv x_bootargs boot=live config username=torouter hostname=torouter live-media=/dev/sdb1 live-media-timeout=10 debug plainroot nonetworking
saveenv