Adding rootdelay and quiet parameter (again)
Rootdelay is required to boot from USB-Stick. Otherwise the rootfs was found to late. quit will also boot up faster SVN-Revision: 10522
This commit is contained in:
parent
3243f7af8c
commit
3390dcc8d2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
\ Boot script
|
\ Boot script
|
||||||
" u:\boot\vmlinuz" to boot-device
|
" u:\boot\vmlinuz" to boot-device
|
||||||
" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit noinitrd console=tty0" to boot-file
|
" block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock1 rootfstype=squashfs init=/etc/preinit noinitrd console=tty0 rootdelay=5 quiet" to boot-file
|
||||||
boot
|
boot
|
||||||
|
|
Loading…
Reference in a new issue