aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/netbook-pro.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-29 17:35:20 +0000
committerKoen Kooi <koen@openembedded.org>2006-07-29 17:35:20 +0000
commitaa543faf919c0340961dfafd4bdc3d3067adea68 (patch)
treed4748f2dca19eb95675f6f92c9ff0ed64d57cdec /conf/machine/netbook-pro.conf
parentdabdb6396e5a45067e6fa925b557c0f95232c990 (diff)
downloadopenembedded-aa543faf919c0340961dfafd4bdc3d3067adea68.tar.gz
netbook-pro.conf: create initrd directory
Diffstat (limited to 'conf/machine/netbook-pro.conf')
-rwxr-xr-xconf/machine/netbook-pro.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf
index d3b6e81be0..fb8b521a3c 100755
--- a/conf/machine/netbook-pro.conf
+++ b/conf/machine/netbook-pro.conf
@@ -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