linux-omap 2.6.29: only use touchbook aufs stuff when passsing "special" as root...
authorKoen Kooi <k-kooi@ti.com>
Wed, 16 Sep 2009 11:50:29 +0000 (13:50 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 16 Sep 2009 11:59:59 +0000 (13:59 +0200)
recipes/linux/linux-omap-2.6.29/omap3-touchbook/aufs-squashfs-mount-to-avoid-initramfs.patch

index 1d409e2..9a9b982 100644 (file)
@@ -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;