From: Daniel Golle Date: Fri, 19 Mar 2021 13:32:22 +0000 (+0000) Subject: ipq806x: work-around vendor 'rootfs_data' GPT partition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d0d63162b6fab566c0e2eced26773b935c637e46;p=openwrt%2Fstaging%2Fnbd.git ipq806x: work-around vendor 'rootfs_data' GPT partition 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 --- diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts index 2573349f55..119598d074 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-nbg6817.dts @@ -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"; };