Don't use a separate tmpfs mount for /tmp and /run
We don't need a separate tmpfs on /tmp and /run, as we're already
providing a completely in-ram filesystem.
This requires us to override fstab, and device table - these are just
the buildroot standard ones, but with /tmp and /run removed.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
diff --git a/openpower/configs/openpower_mambo_defconfig b/openpower/configs/openpower_mambo_defconfig
index 593f91c..b921130 100644
--- a/openpower/configs/openpower_mambo_defconfig
+++ b/openpower/configs/openpower_mambo_defconfig
@@ -28,6 +28,7 @@
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_TARGET_GENERIC_GETTY_PORT="hvc0"
BR2_ROOTFS_OVERLAY="../openpower/overlay"
+BR2_ROOTFS_DEVICE_TABLE="../openpower/device_table.txt"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_VERSION="4.2"
BR2_KERNEL_HEADERS_4_2=y