summaryrefslogtreecommitdiffstats
path: root/target/linux/olpc
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-10-29 23:34:39 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-10-29 23:34:39 +0000
commit540e328b6670a815950926929f303059998f1c66 (patch)
tree3f59e844380a0a37d0d772125649c7b1fb413e5c /target/linux/olpc
parent2d57b56bced3d7c9cd0781b9d9d5a6ac7b0abf2b (diff)
downloadmaster-31e0f0ae-540e328b6670a815950926929f303059998f1c66.tar.gz
master-31e0f0ae-540e328b6670a815950926929f303059998f1c66.tar.bz2
master-31e0f0ae-540e328b6670a815950926929f303059998f1c66.zip
ext2 images need to wait for /dev/sda2 to appear before attempting to mount it, fixes olpc boot on ext2 images
SVN-Revision: 18215
Diffstat (limited to 'target/linux/olpc')
-rw-r--r--target/linux/olpc/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/image/Makefile b/target/linux/olpc/image/Makefile
index eb1bedd0a0..f60b76e204 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