diff options
author | Koen Kooi <k-kooi@ti.com> | 2009-09-16 13:50:29 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-16 13:59:59 +0200 |
commit | 14a286d359b63e7267463f72abcb951919146634 (patch) | |
tree | bb9a344bfc748aae239fa3cc3426bed92ee1d216 /recipes/linux | |
parent | 143a138985a14f8f3364a10ca391dc701edb3ca6 (diff) |
linux-omap 2.6.29: only use touchbook aufs stuff when passsing "special" as root device name
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-omap-2.6.29/omap3-touchbook/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 1d409e2532..9a9b982fef 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; |