1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-02 09:01:18 +02:00

ext2 images need to wait for /dev/sda2 to appear before attempting to mount it, fixes olpc boot on ext2 images

SVN-Revision: 18215
This commit is contained in:
Florian Fainelli 2009-10-29 23:34:39 +00:00
parent 2d57b56bce
commit 540e328b66

@ -27,7 +27,7 @@ ifeq ($(CONFIG_OLPC_BOOTSCRIPT_IMAGES),y)
endef
define Image/cmdline/ext2
root=$(ROOTPART) rootfstype=ext2
root=$(ROOTPART) rootfstype=ext2 rootwait
endef
define Image/Build/bootscript