netbook-pro.conf: create initrd directory
authorKoen Kooi <koen@openembedded.org>
Sat, 29 Jul 2006 17:35:20 +0000 (17:35 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 29 Jul 2006 17:35:20 +0000 (17:35 +0000)
conf/machine/netbook-pro.conf

index d3b6e81..fb8b521 100755 (executable)
@@ -35,6 +35,7 @@ udevdir = "/dev"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
-
+#The initrd needs /initrd present to be able to do pivot_root 
+ROOTFS_POSTPROCESS_COMMAND += " mkdir -p ${IMAGE_ROOTFS}/initrd; "
 
 include conf/machine/include/tune-xscale.conf