ipq806x: work-around vendor 'rootfs_data' GPT partition
authorDaniel Golle <daniel@makrotopia.org>
Fri, 19 Mar 2021 13:32:22 +0000 (13:32 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 19 Mar 2021 13:36:02 +0000 (13:36 +0000)
ZyXEL NBG6817 comes with an eMMC which contains a GPT partition named
'rootfs_data'. This currently confuses fstools and makes it pick that
(not suitable) partition.
Use the newly introduced fstools_ignore_partname=1 kernel cmdline
parameter to have fstools ignore that partition.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts

index 2573349f55e4c48f8820f796d4ee10072581d58a..119598d074d69b2015435de0cc498d71add59b72 100644 (file)
@@ -22,7 +22,7 @@
        };
 
        chosen {
-               bootargs = "rootfstype=squashfs,ext4 rootwait noinitrd";
+               bootargs = "rootfstype=squashfs,ext4 rootwait noinitrd fstools_ignore_partname=1";
                append-rootblock = "root=/dev/mmcblk0p";
        };