diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-29 23:34:39 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-29 23:34:39 +0000 |
commit | 30576ebab8e3cafeba9bc1bc67faa8703fdd5168 (patch) | |
tree | 1c3456a5eaf777b3a15a2676daac38ce7fcd1e66 /target/linux/olpc/image/Makefile | |
parent | 70916d05defae02ed83ba6af2d1e2ba03e062525 (diff) |
[olpc] ext2 images need to wait for /dev/sda2 to appear before attempting to mount it, fixes olpc boot on ext2 images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18215 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/olpc/image/Makefile')
-rw-r--r-- | target/linux/olpc/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/image/Makefile b/target/linux/olpc/image/Makefile index eb1bedd0a..f60b76e20 100644 --- a/target/linux/olpc/image/Makefile +++ b/target/linux/olpc/image/Makefile @@ -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 |