[oe-commits] Koen Kooi : linux-omap 2.6.29: only use touchbook aufs stuff when passsing "special" as root device name

git version control git at git.openembedded.org
Wed Sep 16 12:01:54 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 14a286d359b63e7267463f72abcb951919146634
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=14a286d359b63e7267463f72abcb951919146634

Author: Koen Kooi <k-kooi at ti.com>
Date:   Wed Sep 16 13:50:29 2009 +0200

linux-omap 2.6.29: only use touchbook aufs stuff when passsing "special" as root device name

---

 .../aufs-squashfs-mount-to-avoid-initramfs.patch   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch
index 1d409e2..9a9b982 100644
--- a/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch
+++ b/recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch
@@ -7,7 +7,7 @@
 +	int do_special = 0;
 +	if (strcmp(root_device_name, "special") == 0)
 +		do_special = 1;
-+	do_special = 1;
++	//do_special = 1;
 +
 +	if (do_special) {
 +		dev_t ROOT_DEV_RO;





More information about the Openembedded-commits mailing list